Hi everyone.
I have an user in a Admin Role.
Why when I invoke _userManager.GetUserByIdAsync my Roles property is null, but when I call _userManager.GetRolesAsync for the same user I receive the role correctly?
Check out this images below.