Azure – Dependency injection of EF context in WebJobApp
I'm trying to create my first webjobapp that requires the use of Entity Framework. I am trying to inject my context into the builder of the app, but I'm getting an error: Cannot bind parameter 'db' to type ApplicationDbContext. Make…