Skip to content

Commit 0529d22

Browse files
Disable CA1873
Disable new CA1873 warning for .NET 10.
1 parent cff617a commit 0529d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SampleApp/SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<IsPackable>false</IsPackable>
4-
<NoWarn>$(NoWarn);CA1801;CA1822;CA1861;SA1600;SA1601</NoWarn>
4+
<NoWarn>$(NoWarn);CA1801;CA1822;CA1861;CA1873;SA1600;SA1601</NoWarn>
55
<TargetFramework>net9.0</TargetFramework>
66
</PropertyGroup>
77
<ItemGroup>

0 commit comments

Comments
 (0)