Answers for "No migrations configuration type was found in the assembly after enabling migration"

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 after enabling migration"

C# Answers by Framework

Browse Popular Code Answers by Language