Skip to main content

Misc Fixes

  • The term 'Scaffold-DbContext' is not recognized as the name of a cmdlet, function, script file, or operable program.
    • Install-Package Microsoft.EntityFrameworkCore.Tools
  • The specified deps.json [...] does not exist
    • Set startup project to project with EF Core (i.e. API)