I got this message when trying to create an API Controller. I did seperate API project referrence to DBContext and entities in another class library.
I have tried the same project with .NET 5, it's working well but not .NET 6. Please help me!
I got this message when trying to create an API Controller. I did seperate API project referrence to DBContext and entities in another class library.
I have tried the same project with .NET 5, it's working well but not .NET 6. Please help me!
Trevoir Williams from Udemy said: Versions 6.0.8 and 6.0.9 you can reduce the version of the EntityFrameworkCore* libraries to 6.0.7 in project file

Or change EntityFrameworkCore* version in NuGet package manager

Again, all this information and images I get from Trevoir Williams. I think this issue will be solved quickly. In this time, this is the fast way for everyone love .NET 6.