I have a clean project solution (intended to be a .NET Core MVC app) I have two prjects - Home.CorePoC.EntityModel and Home.CorePoC.Model I am calling dotnet cli from Home.CorePoC.Model. The idea is that I want partial classes and logical separation from custom attributes and attributes from database. I want to [...] read more