AspNetIdentity icon indicating copy to clipboard operation
AspNetIdentity copied to clipboard

UserManager.UpdatePassword does not follow async-naming standard

Open ChristophHornung opened this issue 6 years ago • 0 comments

The UserManager.UpdatePassword method's name does not end in 'Async' but returns a Task. It should be named (as all other Task based methods in the class) UpdatePasswordAsync.

ChristophHornung avatar Feb 21 '19 11:02 ChristophHornung