Skip to content

FindByEmailAsync in the UserOnlyStore is not actually an Async call #43973

@conrad-roux

Description

@conrad-roux

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-identityIncludes: Identity and providers

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions