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
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Created a small model with Optimistic concurrency mode, using the default Timestamp as concurrency token property.
The generated code cannot be compiled due to generation of a line in several methods:
Timestamp = _timestamp;
where _timestamp is not declared at all, but it mentioned as parameter of the method in he documentation comment.
The text was updated successfully, but these errors were encountered:
Good catch! Seems two spots got missed in the text templates when doing the concurrency property fix. I'll get those pushed out in the next release, but in the interim you can do the following:
In EFDesigner.ttinclude, change lines 409 and 491 (same code in both places) from
msawczyn
added
released
Issue is resolved in a current release
and removed
workaround available
There's a problem that needs fixed, but a procedure can currently be used to get the same result
labels
Nov 27, 2018
Created a small model with Optimistic concurrency mode, using the default Timestamp as concurrency token property.
The generated code cannot be compiled due to generation of a line in several methods:
Timestamp = _timestamp;
where _timestamp is not declared at all, but it mentioned as parameter of the method in he documentation comment.
The text was updated successfully, but these errors were encountered: