EntityFramework-Classic icon indicating copy to clipboard operation
EntityFramework-Classic copied to clipboard

Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.

Results 6 EntityFramework-Classic issues
Sort by recently updated
recently updated
newest added

When I run “Add-Migration” from the package manager console, I get: ``` PM> Add-Migration test Join-Path : Cannot bind argument to parameter 'Path' because it is an empty string. At...

I noticed that DbGeography is included in the library but when I run it I get: > Spatial types and functions are not available for this provider because the assembly...

Hello, I have detected that Cache extention method does not implement thread-safe initialization. In our app we are using WEB API and each route uses the same logic for validating...

Hi there just wondering if there's any plans to support ctes (common table expressions)

MS had planned to add this to EF 7, but dropped it. They are apparently adding this to EF Core, but that is useless to anyone is not able to...

hello, Based on https://github.com/dotnet/ef6/pull/2063 - are you planning to add support for the new provider type base on Microsoft.Data.SqlClient once EF 6.5 is released?