Fix IDE0002
This commit is contained in:
committed by
Pavel Penev
parent
8b4500146f
commit
b0dca05e50
@@ -129,6 +129,9 @@ dotnet_style_require_accessibility_modifiers = omit_if_default:warning
|
||||
# Simplify name.
|
||||
dotnet_diagnostic.IDE0001.severity = warning
|
||||
|
||||
# Simplify member access.
|
||||
dotnet_diagnostic.IDE0002.severity = warning
|
||||
|
||||
# use 'var' instead of explicit type
|
||||
dotnet_diagnostic.IDE0007.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user