Since Entity Framework Core 3.0 has been changed from .Net Standard 2.0 to .Net Standard 2.1 only support, how long will it be before the standalone Report Designer is upgraded to support using those assemblies as ObjectDataSources?
No word on this still? This seems like a necessary feature to be able to say Reporting works with ASP.Net Core 3.0.
-Scott
0
Silviya
Telerik team
answered on 15 Jul 2019, 07:34 AM
Hello Scott,
Apologies for the delay.
We researched further and it seems that .NET Standard 2.1 is still in preview and there is no due date when it will be released officially: .NET Standard 2.1 and .NET implementation support. Also, in this closed issue in their Github repository (Support .Net Framework (4.8?) for netstandard 2.1) it is made clear that .net framework 4.8 will not support .NET Standard 2.1.
Our Standalone Report Designer build is targeting .NET Framework 4.0 thus only .NET Framework and .NET Standard assemblies (up to the 2.0 version) for the ObjectDataSource are supported. We have no plans to upgrade the framework of the designer.
Our recommendation is to separate the data retrieval logic in a separate project targeting the full .NET Framework or to target .NET Standard 2.0. But have to make sure that all of the types for the classes are supported for both .NET Core and .NET Full Framework. This way the new .NET Standard data retrieval project/assembly can be referenced both from the Standalone Report Designer .NET Framework application and ASP.NET Core project.
Best Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items