Disable IDE0130 (#15728)

This commit is contained in:
xtqqczze 2021-07-07 05:05:24 +01:00 committed by GitHub
parent 3a61483470
commit 2453958490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1440,7 +1440,7 @@ dotnet_diagnostic.IDE0120.severity = warning
# IDE0130: NamespaceDoesNotMatchFolderStructure
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130
dotnet_diagnostic.IDE0130.severity = suggestion
dotnet_diagnostic.IDE0130.severity = silent
# IDE1001: AnalyzerChanged
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1001