Hi @Dani_S,
I think you could try .NET Upgrade Assistant.
https://learn.microsoft.com/en-us/dotnet/core/porting/#net-upgrade-assistant
The .NET Upgrade Assistant is a command-line tool that can be run on different kinds of .NET Framework apps. It's designed to assist with upgrading .NET Framework apps to .NET. After running the tool, in most cases the app will require more effort to complete the migration. The tool includes the installation of analyzers that can assist with completing the migration. This tool works on the following types of .NET Framework applications:
- Windows Forms
- WPF
- ASP.NET MVC
- Console
- Class libraries
This tool uses the other tools listed in this article, such as try-convert, and guides the migration process. For more information about the tool, see Overview of the .NET Upgrade Assistant.
If you are using ASP.NET MVC, you can follow these steps:
https://learn.microsoft.com/en-us/aspnet/core/migration/mvc?view=aspnetcore-8.0
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread