8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When trying to RemoveFromRoleAsync using the following method:
This line does not remove the user role:
Daarto/src/AspNetCore.Identity.Dapper/Stores/UserStore.cs
Line 303 in f19411e
It does not generate an error, but just doesn't remove the role from the User Roles table.
Any suggestions?