Closed assyadh closed 3 years ago
See the comments on https://github.com/aws/aws-aspnet-cognito-identity-provider/pull/119
In multiple constructors, we are doing:
if (userManager is CognitoUserManager<TUser>) _userManager = userManager as CognitoUserManager<TUser>;
We could just hard cast the second instruction.
We have noticed this issue has not recieved attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.
See the comments on https://github.com/aws/aws-aspnet-cognito-identity-provider/pull/119
In multiple constructors, we are doing:
We could just hard cast the second instruction.