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 a53d3d6 commit c353468Copy full SHA for c353468
eng/testing/tests.mobile.targets
@@ -17,6 +17,8 @@
17
<PublishTrimmed>true</PublishTrimmed>
18
<!-- Suppress linker warnings as these are tests -->
19
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
20
+ <!-- Can be removed when SDK update picks up https://github.com/dotnet/sdk/pull/18655. -->
21
+ <NoWarn>$(NoWarn);IL2111</NoWarn>
22
<!-- https://github.com/dotnet/sdk/issues/18581 tracks needing to set 2 properties to disable warnings. -->
23
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
24
0 commit comments