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
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
The check should allow using the generic type directly, instead of requiring a derived type.
AddIdentity<ApplicationUser, IdentityRole<int>> won't work
while AddIdentity<ApplicationUser, ApplicationRole> where ApplicationRole : IdentityRole<int> works
@ajcvickers@blowdart this is hitting a lot of people, something we can consider fixing in the next patch as it should be a low risk fix.