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 b3b1939 commit 0575ed9Copy full SHA for 0575ed9
samples/samples-csharp/.editorconfig
@@ -1,6 +1,9 @@
1
# See https://github.com/dotnet/roslyn-analyzers/blob/main/.editorconfig for an example on different settings and how they're used
2
3
[*.cs]
4
+
5
+dotnet_diagnostic.CS0659.severity = silent # overrides Object.Equals but does not override Object.GetHashCode() - not necessary for our samples
6
7
# Disable these until they can be fixed
8
dotnet_diagnostic.CA1305.severity = silent
9
dotnet_diagnostic.CA1805.severity = silent
0 commit comments