mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Updated cache implementations
This commit is contained in:
parent
e7c2213f71
commit
ed87d87f75
4 changed files with 90 additions and 99 deletions
|
|
@ -1,4 +1,13 @@
|
|||
[*.cs]
|
||||
|
||||
# CA1835: Prefer the 'Memory'-based overloads for 'ReadAsync' and 'WriteAsync'
|
||||
dotnet_diagnostic.CA1835.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue