Skip to content

Commit c353468

Browse files
committed
Suppress IL2111
1 parent a53d3d6 commit c353468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/testing/tests.mobile.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<PublishTrimmed>true</PublishTrimmed>
1818
<!-- Suppress linker warnings as these are tests -->
1919
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
20+
<!-- Can be removed when SDK update picks up https://github.com/dotnet/sdk/pull/18655. -->
21+
<NoWarn>$(NoWarn);IL2111</NoWarn>
2022
<!-- https://github.com/dotnet/sdk/issues/18581 tracks needing to set 2 properties to disable warnings. -->
2123
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
2224

0 commit comments

Comments
 (0)