How can I force a subclass to implement certain Attributes of its superclass? The reason is that I want to use Attributes for general information about the class, e.g. \"Dis
In addition to the answers from that other thread:
You could use FxCop and implement a custom rule that checks if your attributes are present.