Transformation Reports
After your .NET transformation job completes these transformation reports are available:
Transformation Summary Report
After a transformation job completes, a transformation summary report is available in the web console. Download the transformation summary report from the Dashboard tab. Select Download Transformation Summary Report, and choose Download as HTML or Download as JSON.
The Transformation Summary Report provides an overview of the transformation and information specific to each repository that was transformed, including:
-
Job Details
-
Transformation job overview
-
Transformation results overview
-
Files overview
-
-
Repositories list, and for each repository:
-
Repository Name Overview
-
Solution Transformation Summary
-
Project Details, including Status, Type, .NET Version, Total Lines of Code, Transformed Lines of Code, and Files Changed
-
Transformation Detail Report
After a transformation job finishes, transformation detail reports are available for both web console and IDE users.
-
Web console users: a detail report is available for each transformed repository. On the Dashboard tab, use the Download detailed report links in the repository list to download a detail report.
-
IDE users: a detail report is available for the transformed solution or project. On the Transformation summary pane, use the Download report button to download a detail report.
The transformation detail report is an interactive HTML report. It contains in-depth information about the transformation, including the reasons for file changes and actionable error details. The information is arranged in the following hierarchy:
-
Job Information
-
For each solution:
-
Solution Transformation Summary
-
Transformation Overview
-
Projects
-
For each project:
-
Project Summary
-
Build Errors Summary
-
NuGet package changes
-
File Changes
-
Build Errors
-
-
Unit Test Results
-
Linux Readiness Report
-
For a walk-through of the transformation detail report sections with examples, refer to the blog post Announcing AWS Transform for .NET detailed transformation reports