← All recipes
Moderne licensed

Backing member for RoutedEvent should have standard documentation text

Recipe IDOpenRewrite.Recipes.CSharp.CodeQuality.Wpf.DocumentRoutedEventBackingMemberArtifactOpenRewrite.Recipes.CSharp.CodeQuality

The member backing a RoutedEvent should be documented with <summary>Identifies the <see cref="ValueChanged"/> routed event.</summary>, citing the registered name. Adds the summary when it is missing and corrects it when it says something else.

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.DocumentRoutedEventBackingMember

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

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