Scaffolding identity throwing error when trying to include RegisterConfirmation #51509
Unanswered
PaulMGibson
asked this question in
Q&A
Replies: 1 comment
-
Perhaps this was fixed since I posted? I downgraded everything to 7.0.7, and then upgraded everything to 7.0.12 after that did not work either, cleaned out the nuget cache, rebuilt and then it allows me to scaffold the RegisterConfirmation page per the tutorial. So perhaps some kind of magic in the system :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using visual studio 2022 and targeting dotnet 7, with identity.entityframeworkcore version 7.0.11, upgraded to 7.0.12
I was getting errors scaffolding the RegisterConfirmation page when adding sendgrid according to this article with the 7.0.11 version of the identity framework core. I purged the nuget cache, rebuilt the project, and verified that the package source tree was correct. The error persisted, so I updated to Identity.EFCore 7.0.12, rebuilt and then re-scaffolded with success, except for the RegisterConfirmation page is not listed in the pages to scaffold. I find no notes that list this page as being deprecated with the functionality moved somewhere else. I am thinking that the error from version 7.0.11 is related to the page not being available, but still listed as one item to scaffold.
Has anyone seen this error?
Beta Was this translation helpful? Give feedback.
All reactions