frankcollins3 / ASPokedex

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

modifier "public" is not valid. [10:18pm] #1

Open frankcollins3 opened 1 year ago

frankcollins3 commented 1 year ago

attempting to do: http fetch(data) -> iterate over data and print pokemon.name from the pokeapi.co into a razor/MVC main

container

error: Screen Shot 2023-09-17 at 10 15 33 PM

proposed approaches:

possible improvements:

frankcollins3 commented 1 year ago

Screen Shot 2023-09-17 at 10 19 59 PM

Screen Shot 2023-09-17 at 10 20 15 PM

[10:20pm]

frankcollins3 commented 1 year ago

changed the models from ASPokedex.models -> Pokemon.models Pokemon.models now registers as a namesepace but says it's being used as a type here.

Screen Shot 2023-09-18 at 7 45 12 AM

[7:46pm]