Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change fix for IdentityRole.ConcurrencyStamp to initialize with new Guid. #57553

Merged

Conversation

shethaadit
Copy link
Contributor

Breaking change fix for IdentityRole.ConcurrencyStamp to initialize with new Guid.

Summary of the changes (Less than 80 chars)

Description

As mentioned in below bug, there was a breaking regression happened from 6.0.33 version to 7.0.0. This PR fixes it.
#57427

Fixes #57427

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-identity Includes: Identity and providers label Aug 27, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Aug 27, 2024
@MackinnonBuck MackinnonBuck merged commit 340803c into dotnet:main Aug 27, 2024
27 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-identity Includes: Identity and providers community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking change for IdentityRole object not documented
2 participants