I have 2020 R3 SP1 installed (2020.3.1020) and have run the toolbox configurator.
I created a new Telerik RadForm project using .NET Core. I intend this to be a .NET 5 project and have the release .NET 5 SDK installed.
After creating the project, I change it to target.NET 5.0 and compile. It compiles and runs fine.
If I then try to run the designer for RadForm1, it fails to load the designer with the message about rootcomponent value cannot be null. I also noticed that the toolbox has no Rad controls.
I tried resetting the toolbox and reapplying the toolbox configurator, but it behaves the same.
What am I doing wrong?