Skip to content

Commit f8211d2

Browse files
committed
Reduce severity for NUnit2040
1 parent c5ea063 commit f8211d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ dotnet_diagnostic.NUnit2031.severity = suggestion
2626
dotnet_diagnostic.NUnit2049.severity = suggestion
2727
# NUnit 4 no longer supports string.Format specification for Assert
2828
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
2931

3032
[*.xsd]
3133
indent_style = tab

0 commit comments

Comments
 (0)