Suppress warnings in included Xunit source code
@@ -7,6 +7,8 @@
<DefineConstants>$(DefineConstants);PLATFORM_DOTNET;XUNIT_VISIBILITY_INTERNAL</DefineConstants>
<PackageTags>Rx;Reactive;Extensions;Observable;LINQ;Events</PackageTags>
<Description>Reactive Extensions (Rx) for .NET - Testing Library</Description>
+ <!-- NB: A lot of CA warnings are disabled because of the .cs files included from xunit.assert.source. -->
+ <NoWarn>$(NoWarn);CA1305;CA1307;CA1032;CA1064;CA1822;CA1812</NoWarn>
</PropertyGroup>
<ItemGroup>
@@ -9,7 +9,6 @@
<UseWindowsForms>true</UseWindowsForms>
-
<Content Include="xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>