mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update .editorconfig
This commit is contained in:
parent
17a481c773
commit
690ad48acd
|
|
@ -3,6 +3,9 @@
|
||||||
# CA1835: Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes
|
# CA1835: Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes
|
||||||
dotnet_diagnostic.CA1835.severity = silent
|
dotnet_diagnostic.CA1835.severity = silent
|
||||||
|
|
||||||
|
# CA1868: Unnecessary call to 'Contains' for sets
|
||||||
|
dotnet_diagnostic.CA1868.severity = silent
|
||||||
|
|
||||||
# CsWinRT1028: Class is not marked partial
|
# CsWinRT1028: Class is not marked partial
|
||||||
dotnet_diagnostic.CsWinRT1028.severity = silent
|
dotnet_diagnostic.CsWinRT1028.severity = silent
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue