You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour
"Is Concurrency Token" = true generates [ConcurrencyCheck] attribute for timestamp (RowVersion) field which leaves this field as updatable
Proposed behaviour
"Concurrency Type" field instead with 3 values:
None
Timestamp
Concurrency Check
Versions
EF Visual Editor: 4.1.2.0
Visual Studio 2022: 17.1.3
EntityFrameworkCore: 6.0.3
The text was updated successfully, but these errors were encountered:
And the connected issue: when "Concurrency Type"=Timestamp, the "Required" attribute should not be added on this field. Otherwise ModelState validation brings an error "RowVersion field is not set" despite it is auto-generated in DB
msawczyn
added
released
Issue is resolved in a current release
and removed
pending release
Issue is resolved in the current codebase, will be published with the next release
labels
Aug 13, 2022
Current behaviour
"Is Concurrency Token" = true generates [ConcurrencyCheck] attribute for timestamp (RowVersion) field which leaves this field as updatable
Proposed behaviour
"Concurrency Type" field instead with 3 values:
Versions
EF Visual Editor: 4.1.2.0
Visual Studio 2022: 17.1.3
EntityFrameworkCore: 6.0.3
The text was updated successfully, but these errors were encountered: