← All recipes
Moderne licensed

Overriding member should not change 'params' modifier

Recipe IDOpenRewrite.Recipes.CSharp.CodeQuality.Style.OverridingMemberShouldNotChangeParamsArtifactOpenRewrite.Recipes.CSharp.CodeQuality

An overriding member should not add or remove the 'params' modifier compared to its base declaration.

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

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

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