frankcollins3 / ASPokedex

Pokedex with ASP backend / razor pages, and VanillaJS front end
1 stars 0 forks source link

configuring Swagger [8:03am] #23

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do:

// sidenote: razor already set up, db configged w data added to UI. Now want to use EF/ASP backend with angular/react FE

Screen Shot 2023-09-26 at 8 07 20 AM

error: Screen Shot 2023-09-26 at 8 05 31 AM

proposed approach: check .csproj and match the version number. as the error suggests, perhaps the app is missing a namespace or using directive.

possible improvements:

frankcollins3 commented 1 year ago

👍 using Microsoft.OpenApi.Models;