digipolisantwerp / dataaccess_aspnetcore_deprecated

Generic repository/unit of work framework for ASP.NET Core with Entity Framework.
Other
140 stars 45 forks source link

EntityBase location #45

Open Kris-I opened 7 years ago

Kris-I commented 7 years ago

Hello,

Why when I place the class EntityBase in another project (with the same namespace) I get a crash. Of course my models (my entities) are not in the WebApi project but in a separate project.

Then I'd like a project just with the EntityBase to inherit from in my entities and a the framework with a dependency on the EntityBase project. But I get a crash.

Any idea why ?