Skip to content

Commit 1f67e77

Browse files
committed
fixes build warning issue
1 parent 4b66c0d commit 1f67e77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ dotnet_diagnostic.S1168.severity = none
161161
dotnet_diagnostic.CA1707.severity = none
162162
# CA1822: Mark members as static
163163
dotnet_diagnostic.CA1822.severity = none
164+
# CA1507: Use nameof in place of string literal
165+
dotnet_diagnostic.CA1507.severity = none
164166
# CA1305: Specify IFormatProvider
165167
dotnet_diagnostic.CA1305.severity = none
166168
# CA1309: Use ordinal string comparison

0 commit comments

Comments
 (0)