We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e0a85 commit c96869aCopy full SHA for c96869a
src/coreclr/tools/aot/ILCompiler/repro/repro.csproj
@@ -9,6 +9,7 @@
9
<RuntimeIdentifiers>linux-x64;win-x64;osx-x64</RuntimeIdentifiers>
10
<Configurations>Debug;Release;Checked</Configurations>
11
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12
+ <NoWarn>649;169;414</NoWarn>
13
</PropertyGroup>
14
15
<Target Name="GenerateReproProjectResponseFile"
0 commit comments