← All recipes
Moderne licensed

StyleTypedProperty.Property should be specified

Recipe IDOpenRewrite.Recipes.CSharp.CodeQuality.Wpf.RequireStyleTypedPropertyPropertyArtifactOpenRewrite.Recipes.CSharp.CodeQuality

[StyleTypedProperty] is meaningless without a Property argument naming the Style-typed property it describes.

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

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

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