diff --git a/.editorconfig b/.editorconfig index d01948aa..24546b76 100644 --- a/.editorconfig +++ b/.editorconfig @@ -242,3 +242,6 @@ 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 + +# CA2000: Dispose objects before losing scope +dotnet_diagnostic.CA2000.severity = warning \ No newline at end of file