Quantcast
Channel: EF Core in .NET Core library - Stack Overflow
Viewing all articles
Browse latest Browse all 3

EF Core in .NET Core library

$
0
0

The main idea is to add a EF Core nuget package to a .NET Core library project and then use that library in a bunch of applications (e.g., ASP.NET Core, Win Service, Console App) without configuring EF in each of them. And, if possible, without adding EF packages to each of them.I'm wondering if it's possible.

My current problem is that I can't create a database based on the model I have in the library project.

It seems I can't just select the library project in the Package Manager Console and run update-database. It wants me to implement 'IDesignTimeDbContextFactory'.

I'm using .NET Core 2.1. Would it help if I update it to the latest version?


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images