|
|
|
@ -15,6 +15,7 @@ csharp_style_unused_value_expression_preference = unused_local_variable
|
|
|
|
|
csharp_prefer_braces = true
|
|
|
|
|
csharp_prefer_static_local_function = true
|
|
|
|
|
dotnet_style_prefer_foreach_explicit_cast_in_source = always
|
|
|
|
|
dotnet_style_prefer_collection_expression = when_types_loosely_match
|
|
|
|
|
dotnet_diagnostic.IDE0001.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0002.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0004.severity = warning
|
|
|
|
@ -47,11 +48,18 @@ dotnet_diagnostic.IDE0080.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0083.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0090.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0100.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0150.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0180.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0200.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0220.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0260.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0270.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0300.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0301.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0302.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0303.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0304.severity = warning
|
|
|
|
|
dotnet_diagnostic.IDE0305.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1508.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1514.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1515.severity = warning
|
|
|
|
@ -60,7 +68,6 @@ dotnet_diagnostic.CA1802.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1805.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1806.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1810.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1812.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1814.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1820.severity = warning
|
|
|
|
|
dotnet_diagnostic.CA1822.severity = warning
|
|
|
|
|