We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292980f commit 340803cCopy full SHA for 340803c
src/Identity/Extensions.Stores/src/IdentityRole.cs
@@ -72,7 +72,7 @@ public IdentityRole(string roleName) : this()
72
/// <summary>
73
/// A random value that should change whenever a role is persisted to the store
74
/// </summary>
75
- public virtual string? ConcurrencyStamp { get; set; }
+ public virtual string? ConcurrencyStamp { get; set; } = Guid.NewGuid().ToString();
76
77
78
/// Returns the name of the role.
0 commit comments