Hi, I'm using a net core & angular (blank app). The solution compiles and works fine with default data.The initial Update-database is successful with Migrator Tool. When i'm trying to add my first custom entity, through PM> it throws this error.
System.Exception: Could not find content root folder!
at TestProject.Web.WebContentDirectoryFinder.CalculateContentRootFolder() in D:\Projects\TestProject...
Can you help me plz?
Ignasi