Skip to content

Commit

Permalink
[browser] disable trim warnings in unit tests (#106623)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara authored Aug 20, 2024
1 parent cf9c249 commit 2791df7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads>
<XunitShowProgress Condition="'$(FeatureWasmManagedThreads)' == 'true'">true</XunitShowProgress>
<NoWarn>$(NoWarn);IL2103;IL2025;IL2111;IL2122</NoWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
</PropertyGroup>

<!-- Make debugging easier -->
Expand Down

0 comments on commit 2791df7

Please sign in to comment.