You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear David, hope you are doing well, I was surfing your git, and I was interested in some of your standard practices for developers to make things easier, drop-down helpers, other stuff you use - as a template project.
Can you blog about or add: how to easily seeding asp net core identify projects in a local env. with users and roles, is there a NuGet to hook up and pump that in. I am always inheriting someone else support projects, items, and sometimes people switch up to guids for id, or change some basic stuff.
So, can you show us an easy/better way to seed and quickly get off the ground to local testing and debugging apps, to see that they are going, the onModelCreating is not a Easy sure fire way to add two users, Admin, and Member, maybe a static partial class I can run once and turn off...
The text was updated successfully, but these errors were encountered:
Dear David, hope you are doing well, I was surfing your git, and I was interested in some of your standard practices for developers to make things easier, drop-down helpers, other stuff you use - as a template project.
Can you blog about or add: how to
easily seeding asp net core identify projects in a local env. with users and roles
, is there a NuGet to hook up and pump that in. I am always inheriting someone else support projects, items, and sometimes people switch up to guids for id, or change some basic stuff.So,
can you show us an easy/better way to seed and quickly get off the ground to local testing
and debugging apps, to see that they are going, the onModelCreating is not a Easy sure fire way to add two users, Admin, and Member, maybe a static partial class I can run once and turn off...The text was updated successfully, but these errors were encountered: