Cannot resolve scoped service from root provider – solution to error?
I am coding an app with .Net MVC to print data from a database onto a page. I have installed the EntityFrameworkCore SqlServer package and the EntityFrameworkCore Tools package, created some database classes, created a repository class and created and applied the database migration.
