Breaking change for IdentityRole object not documented #57427
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Milestone
Is there an existing issue for this?
Describe the bug
The
IdentityRole.ConcurrencyStamp
property has a changed type and default value from the6.0.33
version to the7.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
The text was updated successfully, but these errors were encountered: