← All recipes
Moderne licensed

Declare enum member with zero value

Recipe IDOpenRewrite.Recipes.CSharp.CodeQuality.Style.DeclareEnumMemberWithZeroValueArtifactOpenRewrite.Recipes.CSharp.CodeQuality

Ensure [Flags] enums have a member explicitly assigned the value 0.

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.Style.DeclareEnumMemberWithZeroValue

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

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