Paul Krill
Editor at Large

Microsoft adds code assessment to .NET Upgrade Assistant

news
Jun 26, 20242 mins

Code assessment tool scans your source code and identifies potential issues to address when upgrading between versions of .NET or .NET Core.

Programmer sitting at the desk in his office and trying to solve problem of new code.
Credit: Shutterstock

Microsoft has enhanced its .NET Upgrade Assistant, a tool that helps developers upgrade from the .NET Framework to .NET 8 or between .NET Core versions, with code assessment features.

The .NET Upgrade Assistant is available as a Visual Studio extension or as a command-line tool, now includes a code assessment tool that scans your solution at the source code level, Microsoft said in a bulletin on June 25. The code assessment identifies potential issues and dependencies that could pose a challenge during the upgrade process.

A dashboard presents an overview of issues across the entire solution, categorizes issues by severity, and provides an estimate of the effort required to remediate each issue. Issues can provide exact locations within source code where issues were detected, making it easier to troubleshoot and fix dependencies. Developers can jump to a line that requires attention, address issues, and mark them as fixed. Links to documentation, best practices, and community discussions also are provided.

Developers who install the Visual Studio extension, can analyze applications within the IDE. Users of the command-line tool can open a terminal window and navigate to the directory that contains a project sought for analysis. Both the command-line tool and the Visual Studio extension enable developers to save results of an analysis in various formats, so the report can be shared with others.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author