EduardoPires / EquinoxProject

Full ASP.NET Core 6 application with DDD, CQRS and Event Sourcing concepts

Home Page:http://equinoxproject.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is ApplicationDbContext.cs inside Equinox.UI.Web project? this is nonsense

EthernalHusky opened this issue · comments

What if I do not want to use Equinox.UI.Web and use only angular or react? I feel I am forced to run Equinox.UI.Web in order to generate AspNetUsers tables and stuff. ( I am using dotnet ef migrations, I am not using the sql text because I am runing this in postgresql so dotnet ef migrations will help me to generate new tables)

you should re order the project and put ApplicationDbContext.cs inside Equinox.Infra.Data project.

It's open source, get the code and improve for your own use.