We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ea063 commit f8211d2Copy full SHA for f8211d2
.editorconfig
@@ -26,6 +26,8 @@ dotnet_diagnostic.NUnit2031.severity = suggestion
26
dotnet_diagnostic.NUnit2049.severity = suggestion
27
# NUnit 4 no longer supports string.Format specification for Assert
28
dotnet_diagnostic.NUnit2050.severity = suggestion
29
+# The SameAs constraint always fails on value types as the actual and the expected value cannot be the same reference
30
+dotnet_diagnostic.NUnit2040.severity = suggestion
31
32
[*.xsd]
33
indent_style = tab
0 commit comments