| Getting error in dotnet EntityFrameworkCore does not exist in the namespace Microsoft.
Below are the 5 steps which may resolev this issue
(1)First do right click on project in the solution explorer.
(2)Now select unload project from menu appears on solution exploerer.
(3)Now after unloading project now click edit .csproj and check if there is a Package Reference to EF.
(4)Now in this step right click on project again in the solution explorer.
(5)Now we will reload the project.
Now the system will recognizes EntityFrameworkCore and there are no more build errors. | | |