agent-smith

How can I get the Agent Smith ReSharper plugin to recogize that Status is not plural

When using the Agent Smith plugin for ReSharper, I get the warning "Enums that are not flags should not have plural names" for an enum that ends in Status. For example: public enum SomeStatus { Success, Failed } In fact Status is not plural, so this isn't really in violation of the naming rule. I found this ticket from 2008 br...