[Mono-bugs] [Bug 665137] FxCopCompatibility attribute not placed on DoNotForgetNotImplementedMethodsRule / doesn't match FxCop rule DoNotRaiseExceptionsInUnexpectedLocations
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 23 19:11:03 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=665137
https://bugzilla.novell.com/show_bug.cgi?id=665137#c2
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |spouliot at novell.com
AssignedTo|mono-bugs at lists.ximian.com |spouliot at novell.com
--- Comment #2 from Sebastien Pouliot <spouliot at novell.com> 2011-01-24 00:11:02 UTC ---
Yep, it's by design - but it's not two rules for one (or both would have the
[FxCopCompatibility] attribute, like a few rules already have).
I generally dislike interdependence between rules since it make it difficult to
run one without the other. In this case it looks like we already did such a
thing:
<quote>Note that the rule does not complain if a method throws
System.NotImplementedException because DoNotForgetNotImplementedMethodsRule
will flag them.</quote>
.. so I think we should follow it thru (unless we change them in future
release) and mark them both with the same FxCopCompatibility attribute.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list