.NET Core Project Converter
Since R2 2020 Telerik UI for WinForms suite provides tooling in Visual Studio 2019, via our Visual Studio Extensions, that will convert client projects that use .NET Framework 4.8 (or lower) into .NET Core projects to ease out the migration.
It is based on the Try-Convert tool and the .NET Portability Analyzer that Microsoft offers to help .NET developers port their projects to .NET Core. Please have in mind that even though the conversion may be successful, we don't guarantee that the project will be compiled and you may need to fine-tune the output.
This article will guide you through the conversion process:
-
Let's start with an existing Telerik WinForms project that uses .NET Framework 4.5:
-
Navigate to the Extensions menu. If the Telerik menu item is not available, click Manage Extensions and download it:
-
After restarting Visual Studio, you are expected to see the .NET Core Project Converter option in the Extensions menu and in the project's context menu as well:
-
Run the converter and follow the wizard:
-
Now, the project can be run using .NET Core 3.1:
-
There is a backup folder containing the initial project: