Fix IDE0039
This commit is contained in:
@@ -174,6 +174,9 @@ dotnet_diagnostic.IDE0034.severity = warning
|
||||
# Modifiers are not ordered.
|
||||
dotnet_diagnostic.IDE0036.severity = warning
|
||||
|
||||
# Use local function instead of lambda.
|
||||
dotnet_diagnostic.IDE0039.severity = warning
|
||||
|
||||
# Raise a warning on build when default access modifiers are explicitly specified.
|
||||
dotnet_diagnostic.IDE0040.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user