Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ConsoleApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");

Console.WriteLine("This change wont break the build!");
Console.WriteLine("This change wont break the build!");
Console.WriteLine("I add value!");
break the build :(

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

Expected expression

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

Type or namespace definition, or end-of-file expected

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

; expected

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

; expected

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

; expected

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

) expected

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

Expected expression

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

Type or namespace definition, or end-of-file expected

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

; expected

Check failure on line 6 in ConsoleApp/Program.cs

View workflow job for this annotation

GitHub Actions / Build and Test

; expected
Loading