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 4614177 commit 72c1722Copy full SHA for 72c1722
src/KS.Common.targets
@@ -11,7 +11,7 @@
11
<Product>rust-analyzer.vs - Rust language support for Visual Studio 2022</Product>
12
<StrictCodeAnalysisEnabled>true</StrictCodeAnalysisEnabled> <!-- On by default -->
13
<StrictCodeAnalysisEnabled Condition="'$(BuildingForLiveUnitTesting)' == 'true' Or '$(Configuration)' != 'Release'">false</StrictCodeAnalysisEnabled>
14
- <NoWarn>$(NoWarn);NU1603;NU1902;NU1903</NoWarn>
+ <NoWarn>$(NoWarn);NU1603;NU1902;NU1903;NU1605</NoWarn>
15
<!-- Source link -->
16
<EmbedUntrackedSources>true</EmbedUntrackedSources>
17
</PropertyGroup>
0 commit comments