emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

DesignTimeDbContextFactory class, is it necessary? #227

Open ProPotential opened 6 months ago

ProPotential commented 6 months ago

It looks like: QuickApp.Server / Configuration / DesignTimeDbContext.cs class is not referenced in any of the projects in this solution. Is it safe to just delete it? It's another place to remember to change the connection string.