Editorconfig use expression bodied method

This commit is contained in:
2023-02-25 08:37:13 +01:00
parent 3d057f947a
commit 3cd3926ed6

View File

@@ -5,3 +5,4 @@ dotnet_diagnostic.IDE0161.severity = error
csharp_style_var_for_built_in_types = true:warning
csharp_style_var_when_type_is_apparent = true:warning
csharp_style_var_elsewhere = true:warning
csharp_style_expression_bodied_methods = true:warning