jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

"XML Comments" rule exceptions doesn't work #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a class "Test" with one protected field of "System.Int32" type.
Now you should see "... declaration should have XML comment" warning.
2. Go to "Agent Smith Code Style Settings"->"XML Comment Validation" and
add rule for System.Int32 protected fields to "Except" list box.
3. Save changes.

What is the expected behavior? What do you see instead?
- After saving changes I shouldn't see warning, but it's still shown.

Environment info:
- VS 2008
- ReSharper 4.5
- AgentSmith 1.3.7

Original issue reported on code.google.com by usars...@gmail.com on 23 Apr 2009 at 7:13

GoogleCodeExporter commented 8 years ago
It doesn't work if I want to exclude all types which are inherited from 
specific base
class. 
Try to add exception for System.Web.UI.Control type and add field of
System.Web.UI.WebControls.CustomValidator into your class declaration.

Original comment by usars...@gmail.com on 18 May 2009 at 10:03

GoogleCodeExporter commented 8 years ago
Same issue for me, but with another type of 'Except' criteria; I am trying to 
exclude
Xml Comment Validation on classes marked with 
NUnit.Framework.TestFixtureAttribute
but nothing happens. As far as I can see none of the criteria in the exclude 
box seem
to work. I guess that part still needs to be done... ?

I get identical behavior relating this in 1.4.2 for R# 5.0 and in 1.4.0 for R# 
4.5

Original comment by igor.france on 14 Mar 2010 at 12:05

GoogleCodeExporter commented 8 years ago
This should be fixed in the 1.4.3 release I think.

Original comment by the.hold...@gmail.com on 8 Nov 2010 at 11:55

GoogleCodeExporter commented 8 years ago

Original comment by forever....@gmail.com on 8 Nov 2010 at 12:23