Answers for "ef initial migration not creating tables"

C#
5

dotnet ef migrations add not working

dotnet tool install --global dotnet-ef
Posted by: Guest on August-03-2020
1

add-migration execute but not create migrations

Open your visual studio installer
Click in Modify >
	Individual components >
    	Install all Microsoft .NET Framework Targeting Pack.
        
Now your add-migration/update-database will works.
Posted by: Guest on June-14-2021

Code answers related to "ef initial migration not creating tables"

C# Answers by Framework

Browse Popular Code Answers by Language