frankcollins3 / ASPokedex

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

ApplicationDbContext isn't connecting to Model [10:39pm] #11

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: link the ApplicationDbContext to the Pokemonmodel

Screen Shot 2023-09-19 at 10 41 07 PM Screen Shot 2023-09-19 at 10 40 53 PM Screen Shot 2023-09-19 at 10 40 41 PM

error: Screen Shot 2023-09-19 at 10 38 43 PM

proposed approach: go through every file, [namespace, class (name)] and reconfigure?

possible improvements:

frankcollins3 commented 1 year ago

👍 build issue solved. model needed the using Pokemon.Models directive Screen Shot 2023-09-19 at 10 46 51 PM [10:48pm]