Tamara Roberson

Results 2 comments of Tamara Roberson

Here is a patch to correct the issue by testing for IsGeneratedCode() on the type and member: ``` diff --git a/gendarme/rules/Gendarme.Rules.Correctness/DeclareEventsExplicitlyRule.cs b/gendarme/rules/Gendarme.Rules.Correctness/DeclareEventsExplicitlyRule.cs index 442572e..ad04b73 100644 --- a/gendarme/rules/Gendarme.Rules.Correctness/DeclareEventsExplicitlyRule.cs +++ b/gendarme/rules/Gendarme.Rules.Correctness/DeclareEventsExplicitlyRule.cs @@...

My primary concern is not firing on `remove_`, since this produces many warnings in my code because events are added but not removed, which I am sure is fairly common....