Fixing “No database provider has been configured for this DbContext” in Entity Framework Core
I’m using Entity Framework in most projects I’m working on – and for the most part, it’s a pleasure to work with. But as always, there are plenty of chances to run into issues – so obviously, I stumble into all of the rare stuff that IS broken! This one I hadn’t really seen before – “No database provider has been configured for this DbContext”. This time I encountered the issue while setting up a new project and getting started working on the model. EF…Continue reading Fixing “No database provider has been configured for this DbContext” in Entity Framework Core