← All recipes
Moderne licensed

Find WCF (System.ServiceModel) usage

Recipe IDOpenRewrite.Recipes.CSharp.Migration.Dotnet.NetFramework48.FindWcfArtifactOpenRewrite.Recipes.CSharp.Migration.Dotnet

Finds projects that use Windows Communication Foundation (WCF). Detects attested System.ServiceModel.* usage in C# source, System.ServiceModel.*/CoreWCF.* NuGet packages, GAC <Reference Include="System.ServiceModel…"> assembly references, and .svc service files referenced from the .csproj.

Single recipesearchdotnetframeworkmigrationwcfProprietary

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.Migration.Dotnet.NetFramework48.FindWcf

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

mod config recipes nuget install OpenRewrite.Recipes.CSharp.Migration.Dotnet