Find obsolete System.Workflow.* (WF 3.x) usage
Recipe ID
OpenRewrite.Recipes.CSharp.Migration.Dotnet.NetFramework.FindObsoleteWorkflowTypesArtifactOpenRewrite.Recipes.CSharp.Migration.DotnetFinds using System.Workflow.* directives. Windows Workflow Foundation 3.x is obsolete as of .NET Framework 4.5; migrate to the WF 4 model under System.Activities.*.
Single recipesearchdotnetnet-frameworkworkflowProprietary
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.NetFramework.FindObsoleteWorkflowTypesIf the recipe isn’t available locally, install it with:
mod config recipes nuget install OpenRewrite.Recipes.CSharp.Migration.Dotnet