mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
GroundOverlay without Task.Run
This commit is contained in:
parent
7846f4f685
commit
a3e7ab0404
3 changed files with 32 additions and 28 deletions
|
|
@ -21,8 +21,11 @@ dotnet_diagnostic.IDE0090.severity = silent
|
|||
# IDE0290: Use primary constructor
|
||||
dotnet_diagnostic.IDE0290.severity = silent
|
||||
|
||||
# IDE0300: Use collection expression for array
|
||||
# IDE030X: Use collection expression
|
||||
dotnet_diagnostic.IDE0300.severity = silent
|
||||
|
||||
# IDE0301: Use collection expression for empty
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue