Skip to content

Commit 3073fc3

Browse files
committed
remove severity of CA1859
1 parent 57116da commit 3073fc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ indent_style = tab
1010
insert_final_newline = true
1111
trim_trailing_whitespace = true
1212

13+
[*.{cs,vb}]
14+
dotnet_diagnostic.CA1859.severity = none
15+
1316
###############################
1417
# C# Coding Conventions #
1518
###############################

0 commit comments

Comments
 (0)