-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providers
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 providers