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 cff617a commit 0529d22Copy full SHA for 0529d22
tests/SampleApp/SampleApp.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
<PropertyGroup>
3
<IsPackable>false</IsPackable>
4
- <NoWarn>$(NoWarn);CA1801;CA1822;CA1861;SA1600;SA1601</NoWarn>
+ <NoWarn>$(NoWarn);CA1801;CA1822;CA1861;CA1873;SA1600;SA1601</NoWarn>
5
<TargetFramework>net9.0</TargetFramework>
6
</PropertyGroup>
7
<ItemGroup>
0 commit comments