-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
The IdentityRole.ConcurrencyStamp property has a changed type and default value from the 6.0.33 version to the 7.0.0 version.
In the 6.0.33 version the property is defined like: public virtual string ConcurrencyStamp { get; set; } = Guid.NewGuid().ToString();
In the 7.0.0 version the property is defined like: public virtual string? ConcurrencyStamp { get; set; }
This is a breaking change and it is not documented anywhere. After a short debugging session I found the issue, but I felt i needed to report this.
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.