I want my ...User... to have a ...Guid... as the primary key, but when I create my own user type, my website throws an exception on startup. ...Anyone knows how to change IdentityUser type? ...I did this:...services.AddIdentity<MyUser, MyRole>()
.AddE...