Created a sample Winform core project and can't add any more assemblies other than the three that I started with (WinControls, WinControls.UI, and TelerikCommon). Nuget and browsing doesn't work.
The WinForms designer in .NET Core is still in its preview and currently it misses key features like support for user controls or libraries of third party vendors. We are closely working with Microsoft to determine the best possible implementation approach. At the moment we cannot provide you with a time estimate for a possible release or preview of the feature.
I can suggest referring the official Microsoft documentation for details on porting a project built on the full .NET framework to .NET Core: https://docs.microsoft.com/en-us/dotnet/core/porting/ Please bear in mind that the project file format in .NET Core is different so it will be necessary to update the old .csproj files. Microsoft have developed a tool to automate this process: https://github.com/dotnet/try-convert .
As for the designer, please note that even the Microsoft implementation is still limited and only available as a preview in Visual Studio. If you need to target .NET Core and have complex designers you may consider trying the workaround as explained here: https://github.com/dotnet/winforms/blob/master/Documentation/winforms-designer.md . With this approach you can still target .NET Core and at the same time achieve the design-time experience you are already used to.
Additionally, you can also check some of our resources on this topic:
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.