-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Open
Labels
affected-very-fewThis issue impacts very few customersThis issue impacts very few customersarea-identityIncludes: Identity and providersIncludes: Identity and providersbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.severity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tool
Milestone
Description
services.AddDefaultIdentity<IdentityUser>(x=>x.Stores.MaxLengthForKeys=100)
will not generate a Max Length of 100 for UserId; it remains at 450. This is not consitent with the intellisense text
" If set to a positive number, the default OnModelCreating will use this value as the max length for any properties used as keys, i.e. UserId, LoginProvider, ProviderKey."
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affected-very-fewThis issue impacts very few customersThis issue impacts very few customersarea-identityIncludes: Identity and providersIncludes: Identity and providersbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.severity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tool