← All recipes
Moderne licensed

Call RemoveHandler in remove

Recipe IDOpenRewrite.Recipes.CSharp.CodeQuality.Wpf.FindEventRemoveAccessorNotCallingRemoveHandlerArtifactOpenRewrite.Recipes.CSharp.CodeQuality

The 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.FindEventRemoveAccessorNotCallingRemoveHandler

If the recipe isn’t available locally, install it with:

mod config recipes nuget install OpenRewrite.Recipes.CSharp.CodeQuality