dotnet / Scaffolding

Code generators to speed up development.
MIT License
638 stars 229 forks source link

Consider including an initial migration when scaffolding identity #739

Open danroth27 opened 6 years ago

danroth27 commented 6 years ago

When we create a new web app with individual user accounts authentication enabled we generate an initial migration. We don't currently do that when scaffolding identity. We should consider if the identity scaffolder should generate the initial migration as well.

danroth27 commented 5 months ago

Or could we chain the Connected Services experience for adding the migration as part of running the scaffolder? Or prompt the user to do so?