-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
20 lines (16 loc) · 938 Bytes
/
.editorconfig
File metadata and controls
20 lines (16 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[*.cs]
dotnet_analyzer_diagnostic.category-Style.severity = error
csharp_prefer_braces = when_multiline
csharp_style_namespace_declarations = file_scoped
csharp_style_var_elsewhere = true
csharp_style_var_when_type_is_apparent = true
csharp_style_var_for_built_in_types = true
dotnet_diagnostic.IDE0002.severity = none # Simplify Member Access
dotnet_diagnostic.IDE0003.severity = none # Remove qualification
dotnet_diagnostic.IDE0010.severity = none # Add missing cases
dotnet_diagnostic.IDE0021.severity = none # Use block body for constructor
dotnet_diagnostic.IDE0022.severity = none # Use block body for method
dotnet_diagnostic.IDE0040.severity = none # Add accessibility modifiers
dotnet_diagnostic.IDE0061.severity = none # Use block body for local function
dotnet_diagnostic.IDE0072.severity = none # Add missing cases
dotnet_diagnostic.MSTEST0049.severity = error # Flow TestContext.CancellationToken to async operations