mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
35 lines
1.1 KiB
INI
35 lines
1.1 KiB
INI
[*.cs]
|
|
|
|
# CA1835: Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes
|
|
dotnet_diagnostic.CA1835.severity = silent
|
|
|
|
# CA1868: Unnecessary call to 'Contains' for sets
|
|
dotnet_diagnostic.CA1868.severity = silent
|
|
|
|
# CsWinRT1028: Class is not marked partial
|
|
dotnet_diagnostic.CsWinRT1028.severity = silent
|
|
|
|
# CsWinRT1030: Project does not enable unsafe blocks
|
|
dotnet_diagnostic.CsWinRT1030.severity = silent
|
|
|
|
# IDE0063: Use simple 'using' statement
|
|
dotnet_diagnostic.IDE0063.severity = silent
|
|
|
|
# IDE0074: Use compound assignment
|
|
dotnet_diagnostic.IDE0074.severity = silent
|
|
|
|
# IDE0090: Simplify 'new' expression
|
|
dotnet_diagnostic.IDE0090.severity = silent
|
|
|
|
# IDE0290: Use primary constructor
|
|
dotnet_diagnostic.IDE0290.severity = silent
|
|
|
|
# IDE030X: Use collection expression
|
|
dotnet_diagnostic.IDE0300.severity = silent
|
|
dotnet_diagnostic.IDE0301.severity = silent
|
|
dotnet_diagnostic.IDE0302.severity = silent
|
|
dotnet_diagnostic.IDE0303.severity = silent
|
|
dotnet_diagnostic.IDE0304.severity = silent
|
|
dotnet_diagnostic.IDE0305.severity = silent
|
|
dotnet_diagnostic.IDE0306.severity = silent
|