Unplanned
Last Updated: 13 Jun 2023 13:35 by Martin Ivanov
Martin Ivanov
Created on: 13 Jun 2023 13:35
Category: EntityFrameworkDataSource
Type: Feature Request
0
EntityFrameworkDataSource: Add support for .NET 6
Currently, in order to use the Telerik's Entity Framework (EF) data source in .NET Core 3.1, .NET 6 and later projects, you should use the EntityFrameworkCoreDataSource product. This uses the EF Core APIs. 

The EntityFrameworkDataSource dll is built under .NET Framework 4.0 and .NET Framework 4.5, and it won't work in .NET 6 projects. Usually, it is recommended to use the EntityFrameworkCoreDataSource along with EF Core, but in some cases, you may need to keep your legacy code and don't want to upgrade from EF 6 to EF Core. 

For these situations, add support for .NET Core 3.1 and later projects (.NET 6, 7, etc.) in the EntityFrameworkDataSource product.
0 comments