Call RemoveHandler in remove
Recipe ID
OpenRewrite.Recipes.CSharp.CodeQuality.Wpf.FindEventRemoveAccessorNotCallingRemoveHandlerArtifactOpenRewrite.Recipes.CSharp.CodeQualityThe remove accessor of an event backed by a RoutedEvent must call RemoveHandler. Flags an accessor that calls AddHandler instead, which subscribes a second time rather than unsubscribing.
Single recipecsharpcode-qualityProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe OpenRewrite.Recipes.CSharp.CodeQuality.Wpf.FindEventRemoveAccessorNotCallingRemoveHandlerIf the recipe isn’t available locally, install it with:
mod config recipes nuget install OpenRewrite.Recipes.CSharp.CodeQuality