Skip to content

Commit 4934a71

Browse files
chore(internal): suppress diagnostic for .netstandard2.0
1 parent b214c47 commit 4934a71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ dotnet_diagnostic.IDE0290.severity = none # Don't prefer primary constructors
2929
dotnet_diagnostic.IDE0057.severity = none # Caused by use of `.Substring(...)`
3030
dotnet_diagnostic.CA1866.severity = none # Caused by use of `.StartsWith(...)` with single character string
3131
dotnet_diagnostic.CA1847.severity = none # Caused by use of `.Contains(...)` with single character string
32+
dotnet_diagnostic.CA2263.severity = none # Caused by use of non-generic `Enum.IsDefined(...)`

0 commit comments

Comments
 (0)