Skip to content

Commit 0575ed9

Browse files
Ignore build warning in samples (#487)
1 parent b3b1939 commit 0575ed9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# See https://github.com/dotnet/roslyn-analyzers/blob/main/.editorconfig for an example on different settings and how they're used
22

33
[*.cs]
4+
5+
dotnet_diagnostic.CS0659.severity = silent # overrides Object.Equals but does not override Object.GetHashCode() - not necessary for our samples
6+
47
# Disable these until they can be fixed
58
dotnet_diagnostic.CA1305.severity = silent
69
dotnet_diagnostic.CA1805.severity = silent

0 commit comments

Comments
 (0)