DEV Community

Discussion on: Using MySQL with Entity Framework Core and ASP.NET Core

Collapse
 
tardisgallifrey profile image
Dave • Edited

I like this. However, where does the "config." come from. Visual Studio Code says it is not in my namespace. I've had this same problem with other EF addDBContexts. I see it in examples, but I don't know where it comes from.

I solved my problem. Though, I'd still like to know where the config. comes from as my solution is less than desirable.