diff --git a/.editorconfig b/.editorconfig index 221f0e64b3..e2bf2c2e74 100644 --- a/.editorconfig +++ b/.editorconfig @@ -203,3 +203,7 @@ dotnet_naming_style.begins_with_i.required_prefix = I dotnet_naming_style.begins_with_i.required_suffix = dotnet_naming_style.begins_with_i.word_separator = dotnet_naming_style.begins_with_i.capitalization = pascal_case + +# Diagnostics + +dotnet_diagnostic.BL0007.severity = silent \ No newline at end of file