Find WCF (System.ServiceModel) usage
Recipe ID
OpenRewrite.Recipes.CSharp.Migration.Dotnet.NetFramework48.FindWcfArtifactOpenRewrite.Recipes.CSharp.Migration.DotnetFinds 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.FindWcfIf the recipe isn’t available locally, install it with:
mod config recipes nuget install OpenRewrite.Recipes.CSharp.Migration.Dotnet