I got this error for a collection I am writing, but fxcop warned me to suffix it with collection. Why?
No .NET collection does this, right? i.e. List<T>, LinkedList<T>, etc.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is one FxCop rule I ignore for pretty much the exact reason you describe. also I feel that in the majority of cases it adds no value. I usually turn it off in all of my projects.
The second reason is that if you follow the rule, it produces some really odd class names (especially when combined with Tree)