mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
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:
parent
0f3bc73d9a
commit
ad87f9cb4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user