Catalogger.NET/.editorconfig
2024-08-13 13:08:50 +02:00

9 lines
423 B
INI

root = true
[*.cs]
# Responder classes are considered "unused" by ReSharper because they're only loaded through reflection.
resharper_unused_type_global_highlighting = none
# Command methods are also considered unused, for the same reason.
resharper_unused_member_global_highlighting = none
# Command classes are generally only referred to in type parameters.
resharper_class_never_instantiated_global_highlighting = none