← All recipes
Moderne licensed

Find obsolete System.Workflow.* (WF 3.x) usage

Recipe IDOpenRewrite.Recipes.CSharp.Migration.Dotnet.NetFramework.FindObsoleteWorkflowTypesArtifactOpenRewrite.Recipes.CSharp.Migration.Dotnet

Finds 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.FindObsoleteWorkflowTypes

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

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