From 651fc75409aac6308a5a4481e0a6444836ac484f Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 8 May 2023 12:01:15 -0700 Subject: [PATCH] IDE0270 --- Visual Studio Settings/Core/.editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/Visual Studio Settings/Core/.editorconfig b/Visual Studio Settings/Core/.editorconfig index 7f34a0d..d10993d 100644 --- a/Visual Studio Settings/Core/.editorconfig +++ b/Visual Studio Settings/Core/.editorconfig @@ -88,6 +88,7 @@ dotnet_diagnostic.IDE0031.severity = warning # Use null propagation (IDE0031) dotnet_diagnostic.IDE0047.severity = warning # IDE0047: Parentheses can be removed dotnet_diagnostic.IDE0049.severity = warning # Use language keywords instead of framework type names for type references (IDE0049) dotnet_diagnostic.IDE0060.severity = warning # IDE0060: Remove unused parameter +dotnet_diagnostic.IDE0270.severity = warning # IDE0270: Null check can be simplified dotnet_naming_rule.abstract_method_should_be_pascal_case.severity = warning dotnet_naming_rule.abstract_method_should_be_pascal_case.style = pascal_case dotnet_naming_rule.abstract_method_should_be_pascal_case.symbols = abstract_method