Database First FE
2 results found
Eror the DbContext of type cannot be pooled in Asp.Net Core
The DbContext of type cannot be pooled because it does not have a single public constructor accepting a single parameter of type DbContextOptions.
Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design
Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design in asp.net core FE. This package is required for the Entity Framework Core Tools to work.