Answers for "no migrations configuration type was found in the assembly ''. (in visual studio you can use the enable-migrations command from package manager console to add a migrations configuration)."

C#
0

No migrations configuration type was found in the assembly

I solved this by adding EntityFrameworkCore before Add-Migration, i.e. the final statement was:

EntityFrameworkCoreAdd-Migration
Posted by: Guest on July-14-2021

Code answers related to "no migrations configuration type was found in the assembly ''. (in visual studio you can use the enable-migrations command from package manager console to add a migrations configuration)."

C# Answers by Framework

Browse Popular Code Answers by Language