Base:
method
FindByNameAsync
Microsoft.AspNetCore.Identity.UserStoreBase<TUser, TKey, TUserClaim, TUserLogin, TUserToken>.FindByNameAsync(System.String, System.Threading.CancellationToken)
Implemented interface member:
method
FindByNameAsync
Microsoft.AspNetCore.Identity.IUserStore<TUser>.FindByNameAsync(System.String, System.Threading.CancellationToken)
1 reference to FindByNameAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreTest.cs (1)
83await Assert.ThrowsAsync<ObjectDisposedException>(async () => await store.FindByNameAsync(null));