maddy027 / IssueWithEF6WithCore

System.NotSupportedException: 'Unable to determine the provider name for provider factory of type 'System.Data.SqlClient.SqlClientFactory'. Make sure that the ADO.NET provider is installed or registered in the application config
0 stars 1 forks source link

EF Classic (EF6 "Fork") support .NET Core #1

Open JonathanMagnan opened 6 years ago

JonathanMagnan commented 6 years ago

Hello @maddy027 ,

I have seen your post about EF6 not supporting .NET Core.

If you want, you could try EF Classic (An evolved version of EF6 with performance enhancements and compatible with .NET Core)

There is a free community version available: https://www.nuget.org/packages/Z.EntityFramework.Classic.Community

Best Regards,

Jonathan

maddy027 commented 6 years ago

@JonathanMagnan I'll check this