-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providershelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Description
/// <typeparam name="TKey">The type of the primary key for a role.</typeparam> |
On the line mentioned above, documentation states that generic parameter defines type of the primary key for a role. This is clearly false statement since the TKey
is used as generic parameter for user and role entities' primary key.
There are several occurrences of this text in the class documentation (copy-paste artifact), there is no place where this statement is true.
Metadata
Metadata
Assignees
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providershelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue