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
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
https://github.com/aspnet/Identity/blob/dev/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs
The last line of the GetRolesAsync method is:
return await query.ToListAsync();
This should be passed the cancellation token and is inconsistent with the rest of the class, i.e.
return await query.ToListAsync(cancellationToken);
The text was updated successfully, but these errors were encountered: