Enable IDE0070: UseSystemHashCode (#15715)

Enable [IDE0070: UseSystemHashCode](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0070) as warning.
This commit is contained in:
xtqqczze 2021-07-14 06:05:26 +01:00 committed by GitHub
parent 0f3bc73d9a
commit ad87f9cb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1364,7 +1364,7 @@ dotnet_diagnostic.IDE0069.severity = silent
# IDE0070: UseSystemHashCode
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0070
dotnet_diagnostic.IDE0070.severity = silent
dotnet_diagnostic.IDE0070.severity = warning
# IDE0071: SimplifyInterpolation
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0071