Code Assessment Added To .NET Upgrade Assistant
Written by Kay Ewbank   
Monday, 01 July 2024

Microsoft has improved the .NET Upgrade Assistant to add code assessment features. The assistant helps Visual Studio developers upgrade .NET applications to the latest version of .NET.

The .NET Upgrade Assistant tool takes care of migrating apps  from older platforms such as Xamarin Forms and UWP to the latest version of .NET.

visstudprev

Microsoft created it in recognition that upgrading, especially from .NET Framework, can be a complex process involving either the Upgrade Assistant CLI tool or Microsoft Project Migrations.To use the tool, developers just have to right-click on a project in Solution Explorer and choose “Upgrade”. The assistant will then take care of the mechanics.

.NET Upgrade Assistant

The new code assessment option scans code in projects that a developer has asked to upgrade. The tool identifies potential issues and dependencies that could "pose challenges during the upgrade process". It has a dashboard that shows an overview of code that will cause "issues", alongside estimates of how much effort will be required for each issue to be remediated (lots, good grief, oh, give up now, perhaps?).

Each issue in the report is categorized by severity. The level can range from being a mandatory issue that will stop the upgrade, to an optional issue which Microsoft says offers an opportunity to take advantage of features available in the latest .NET framework.

The tracker shows exactly where in your source code issues were detected, and you can jump to the problematic line. The assistant also includes links to documentation, best practices, and community discussions about the problem.

The new facility is available to developers working either with the Visual Studio extension or the command-line tool. Those working in Visual Studio can use the tool from within the Visual Studio IDE, while developers using the command-line tool can use it from the terminal window.

The new version of the upgrade assistant is available now.

visstudprev

More Information

.NET Upgrade Assistant On Microsoft Marketplace

.NET Upgrade Assistant On GitHub

Related Articles

.NET Upgrade Assistant Adds Support For MAUI And Azure Functions

Visual Studio Can Now Upgrade Apps To Latest .NET

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Get Started With Ollama's Python & Javascript Libraries
03/06/2024

New libraries allow you to integrate new and existing apps with Ollama in just a few lines of code. Here we show you how to use ollama-python and ollama-javascript so that you can integrate Ollama's f [ ... ]



More Jetpack Compose Updates
24/06/2024

The July release of Android Jetpack Compose has some improvements and it is faster, but is it what we want?


More News

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 01 July 2024 )