Browse Source

Supress MEF002 (can be fixed after migration of DI framework)

pull/3302/head
tom-englert 9 months ago
parent
commit
76439911a3
  1. 2
      .editorconfig

2
.editorconfig

@ -147,3 +147,5 @@ dotnet_naming_rule.private_fields_rule.symbols = private_fields_symbols @@ -147,3 +147,5 @@ dotnet_naming_rule.private_fields_rule.symbols = private_fields_symbols
# MEF006: No importing constructor
dotnet_diagnostic.MEF006.severity = silent
# MEF002: Import attributes, to be removed after final DI migration
dotnet_diagnostic.MEF002.severity = silent

Loading…
Cancel
Save