Actually commit the part where I disable the new Analyzer rule

fixes 2ffb897b1
-_-
This commit is contained in:
YoshiRulz 2024-07-07 15:37:13 +10:00
parent 2ffb897b11
commit e61790d3dd
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ dotnet_diagnostic.BHI1103.severity = error
# Brackets of collection expression should be separated with spaces
dotnet_diagnostic.BHI1110.severity = warning
# Expression-bodied member should be flowed to next line correctly
dotnet_diagnostic.BHI1120.severity = warning
dotnet_diagnostic.BHI1120.severity = silent
# Check result of IDictionary.TryGetValue, or discard it if default(T) is desired
dotnet_diagnostic.BHI1200.severity = error