Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

GetRolesAsync missing cancellation token pass in EntityFramework UserStore #1143

@ghost

Description

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);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions