Enable IDE0064: MakeStructFieldsWritable (#13945)

https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0064
This commit is contained in:
xtqqczze 2020-11-05 03:46:17 +00:00 committed by GitHub
parent 4ed88dedbc
commit 07887993b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -916,7 +916,7 @@ dotnet_diagnostic.IDE0062.severity = silent
dotnet_diagnostic.IDE0063.severity = silent
# IDE0064: MakeStructFieldsWritable
dotnet_diagnostic.IDE0064.severity = silent
dotnet_diagnostic.IDE0064.severity = warning
# IDE0065: MoveMisplacedUsingDirectives
dotnet_diagnostic.IDE0065.severity = silent