mirror of
https://github.com/Caraxi/mare.client.git
synced 2026-02-15 11:57:43 +01:00
rework for ui shit
This commit is contained in:
parent
d817eda5e2
commit
f6a471f457
19 changed files with 821 additions and 681 deletions
|
|
@ -94,5 +94,9 @@ csharp_style_implicit_object_creation_when_type_is_apparent = true:suggestion
|
|||
csharp_style_prefer_tuple_swap = true:suggestion
|
||||
csharp_style_prefer_utf8_string_literals = true:suggestion
|
||||
dotnet_diagnostic.S1075.severity = silent
|
||||
dotnet_diagnostic.SS3358.severity = true:suggestion
|
||||
dotnet_diagnostic.MA0007.severity = silent
|
||||
dotnet_diagnostic.MA0075.severity = silent
|
||||
dotnet_diagnostic.MA0075.severity = silent
|
||||
|
||||
# S3358: Ternary operators should not be nested
|
||||
dotnet_diagnostic.S3358.severity = suggestion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue