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 2b03289 commit 25c24f6Copy full SHA for 25c24f6
tests/MongoDB.Driver.Core.Tests/MongoDB.Driver.Core.Tests.csproj
@@ -18,7 +18,6 @@
18
<PropertyGroup>
19
<NoWarn>
20
1701;1702; <!--https://github.com/dotnet/roslyn/issues/19640-->
21
- xUnit1000; <!--A class containing test methods is not public (https://xunit.github.io/xunit.analyzers/rules/xUnit1000.html)-->
22
xUnit1010; <!--The value is not convertible to the method parameter type (https://xunit.github.io/xunit.analyzers/rules/xUnit1010.html)-->
23
xUnit1013; <!--Public method should be marked as test (https://xunit.github.io/xunit.analyzers/rules/xUnit1013.html)-->
24
xUnit1014; <!--MemberData should use nameof operator for member name (https://xunit.github.io/xunit.analyzers/rules/xUnit1014.html)-->
0 commit comments