EF to work with .NET 9
I had some problems with getting EF to work with .NET 9 and Azure. It has been a number of months since I last was getting things to work. These are some of other people's blogs to fix the problem.
ORIGINAL PROBLEM
https://github.com/dotnet/efcore/issues/35179
https://github.com/dotnet/efcore/issues/35126#issuecomment-2643338661
FIXES
Resolving Multiple EF Core Database Providers in ASP.NET Core Integration Testing
https://www.devgem.io/posts/resolving-multiple-ef-core-database-providers-in-asp-net-core-integration-testing
SOLVED: EF 8 to 9 migration database provider exception
https://jackyasgar.net/solved-ef-8-to-9-migration-database-provider-exception/
Comments
Post a Comment