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
Anytime I call userManager. AccessFailedAsync the database is never updated and the code never fails. When I attempt to debug the code using the downloaded symbols, I am not able to set breakpoints on every line and the code jumps out unexpectely
var result = await userManager.AccessFailedAsync(user);
Anytime I call
userManager. AccessFailedAsync
the database is never updated and the code never fails. When I attempt to debug the code using the downloaded symbols, I am not able to set breakpoints on every line and the code jumps out unexpectelyvar result = await userManager.AccessFailedAsync(user);
A search of StackOverflow reveals others having the same problem
https://stackoverflow.com/questions/54460611/user-manager-accessfailed-async-not-incrementing
The text was updated successfully, but these errors were encountered: