Fix IDE0019

This commit is contained in:
RoosterDragon
2023-02-19 10:07:30 +00:00
committed by Pavel Penev
parent 80bb828fe5
commit 6d7c73d498
4 changed files with 6 additions and 9 deletions

View File

@@ -144,6 +144,9 @@ dotnet_diagnostic.IDE0017.severity = warning
# Inline variable declaration.
dotnet_diagnostic.IDE0018.severity = warning
# Use pattern matching to avoid 'as' followed by a 'null' check.
dotnet_diagnostic.IDE0019.severity = warning
# Collection initialization can be simplified
dotnet_diagnostic.IDE0028.severity = warning