This rule is Obsolete | |
Synopsis: | Use similar names for the default implementation of an interface |
Language: | C# |
Severity Level: | 8 |
Category: | Naming |
Description: |
If you provide a default implementation for a particular interface, use a similar name for the implementing class. Notice that this only applies to classes that only implement that interface. Example: A class implementing the |