XAML-Map-Control/.editorconfig

14 lines
412 B
INI
Raw Normal View History

2025-02-20 17:55:01 +01:00
[*.cs]
2025-02-20 20:29:49 +01:00
# CA1835: Prefer the 'Memory'-based overloads for 'ReadAsync' and 'WriteAsync'
dotnet_diagnostic.CA1835.severity = silent
2025-02-20 17:55:01 +01:00
# CsWinRT1028: Class is not marked partial
dotnet_diagnostic.CsWinRT1028.severity = silent
2025-02-20 20:29:49 +01:00
# CsWinRT1030: Project does not enable unsafe blocks
dotnet_diagnostic.CsWinRT1030.severity = silent
# IDE0063: Use simple 'using' statement
dotnet_diagnostic.IDE0063.severity = silent