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
The call made in the UserOnlyStore for the method FindByEmailAsync is not implementing an async method, but the method does in fact have an Async post-fix to the name so I would expect the method to implement an async task.
Expected Behavior
I would expect to see a SingleOrDefaultAsync instead of the used SingleOrDefault similar to what was done in the UserStore with the same method name
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
russia, willdean, springy76, Azaferany, cremor and 1 more