I had issue with Entity Framework IdentityUser when override UserName and then try to create new user the UserName will not be saved in database even though the normlized username is saved.
Same issue happens to Email when I override.
I have been using it this way for years in many projects with no issues, but in this I couldn't find out why it is happening.
if I remove the override attribute then it will be saved in database fine, but i do need override.
Please assist.


