Analyze a .NET project using upgrade-assistant
Recipe ID
org.openrewrite.dotnet.UpgradeAssistantAnalyzeArtifact
org.openrewrite.recipe:rewrite-dotnetRun upgrade-assistant analyze across a repository to analyze changes required to upgrade projects to a newer version of .NET. This recipe will generate an org.openrewrite.dotnet.UpgradeAssistantAnalysis data table containing the report details.
Usage
You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.dotnet.UpgradeAssistantAnalyze --recipe-option "targetFramework=net9.0" --recipe-option "privacyMode=Restricted"If the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-dotnet:0.17.2Options
| Name | Type | Description |
|---|---|---|
targetFrameworkrequired | String | Target framework to which source project should be upgraded. e.g. net9.0 |
privacyModerequired | String | Specifies how much data is included in the generated data table. e.g. Restricted |
Data tables
Structured output this recipe can produce.
- Upgrade-assistant analysis.NET project upgrade analysis report generated by upgrade-assistant.
org.openrewrite.dotnet.UpgradeAssistantAnalysis - Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats