frankcollins3 / ASPokedex

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

(Program.cs) no definition found: UseMigrationsEndpoint() [8:30am] #17

Closed frankcollins3 closed 12 months ago

frankcollins3 commented 12 months ago

attempting to do: set up Program.cs to start up project correctly Screen Shot 2023-09-21 at 8 28 38 AM part of this attempt includes using code that looks more correct than mine. haven't run their code yet either. ![Uploading Screen Shot 2023-09-21 at 8.28.38 AM.png…]()

error: error CS1061: 'WebApplication' does not contain a definition for 'UseMigrationsEndPoint' and no accessible extension method 'UseMigrationsEndPoint' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)

proposed approach: 3rd day of trying to link connection string. even though a pokedex is simple; might start with a working todo list project and work backwards.

possible improvements:

frankcollins3 commented 12 months ago

:D 3 days of work wow Screen Shot 2023-09-21 at 8 38 49 AM [8:39am]