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)
  • Swagger..Unable to render this definition The provided definition does not specify a valid version field
    • Ctrl-Shift-R in browser to delete stale cache
  • IServiceCollection does not contain a defintion for AddHttpClient
    • Install Microsoft.Extensions.Http from NuGet.