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