Saturday, October 26, 2019

Microsoft.EntityFrameworkCore.Tools

I have recently upgraded to version 3.0.0 of EntityFrameworkCore at a .NET Core application. I am utilizing Onion Architecture. It was painful to spin up the database. Instead of just having Microsoft.EntityFrameworkCore.SqlServer as a dependency in my Infrastructure project I also had to add Microsoft.EntityFrameworkCore.Tools to my UserInterface project. That really blows. I don't see why my UserInterface project needs to know anything about Entity Framework at all. Yikes!

No comments:

Post a Comment