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

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:

EntityFrameworkCore\Add-Migration
Posted by: Guest on July-14-2021

Code answers related to "No migrations configuration type was found in the assembly"

C# Answers by Framework

Browse Popular Code Answers by Language