Skip to content

Commit 11ededf

Browse files
authored
Update baseline
1 parent dcc8cfe commit 11ededf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private IEnumerable<string> GetCscArguments(
1515
[
1616
"/unsafe-",
1717
"/checked-",
18-
"/nowarn:1701,1702,IL2121,1701,1702",
18+
"/nowarn:1701,1702,IL2121,1701,1702,8002",
1919
"/fullpaths",
2020
"/nostdlib+",
2121
"/errorreport:prompt",

0 commit comments

Comments
 (0)