Parameter name should match base definition
Recipe ID
OpenRewrite.Recipes.CSharp.CodeQuality.Naming.ParameterNameMatchesBaseArtifactOpenRewrite.Recipes.CSharp.CodeQualityEnsure parameter names match the names used in base class or interface.
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.Naming.ParameterNameMatchesBaseIf the recipe isn’t available locally, install it with:
mod config recipes nuget install OpenRewrite.Recipes.CSharp.CodeQuality