MicrosoftDocs / ef-core-for-beginners

Project for Entity Framework Core for Beginners video series
Creative Commons Attribution 4.0 International
88 stars 58 forks source link

Scaffolding #10

Closed karenpayneoregon closed 2 years ago

karenpayneoregon commented 2 years ago

Dependent on a reader adding pages with entity framework core there is a chance of the tooling to fail with.

There was an error running the selected code generator: Package restore failed. Rolling back package changes

I'm sure those who created this realize that it's possible for the NuGet packages for tooling need to be updated as that is what I had to do.

Anyways the above happened to me when creating missing pages for orders but is good after updating the NuGet packages.

And sure that others may not run into this issue.

CamSoper commented 2 years ago

Sorry I just got around to seeing this. I'll make sure to note this for future versions of the videos.