Base:
method
UpdateAsync
Microsoft.AspNetCore.Identity.UserStoreBase<TUser, TKey, TUserClaim, TUserLogin, TUserToken>.UpdateAsync(TUser, System.Threading.CancellationToken)
Implemented interface member:
method
UpdateAsync
Microsoft.AspNetCore.Identity.IUserStore<TUser>.UpdateAsync(TUser, System.Threading.CancellationToken)
2 references to UpdateAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
UserStoreTest.cs (2)
85await Assert.ThrowsAsync<ObjectDisposedException>(async () => await store.UpdateAsync(null)); 105await Assert.ThrowsAsync<ArgumentNullException>("user", async () => await store.UpdateAsync(null));