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 3353d01 commit b3fdbb6Copy full SHA for b3fdbb6
tests-integration/Directory.Build.props
@@ -6,7 +6,7 @@
6
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
7
<UseMicrosoftTestingPlatformRunner>false</UseMicrosoftTestingPlatformRunner>
8
<DisableTestingPlatformServerCapability>true</DisableTestingPlatformServerCapability>
9
- <NoWarn>CA1822;IDE0058</NoWarn>
+ <NoWarn>CA1822;IDE0058;xUnit1004</NoWarn>
10
11
<IsPackable>false</IsPackable>
12
<IsTestProject>true</IsTestProject>
0 commit comments