Skip to content

Breaking change for IdentityRole object not documented #57427

Closed
@GorazdDim

Description

@GorazdDim

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

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions