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
This should be using the OnParametersSet, such that when the DbModel changes the property is checked again. Also none of the properties of the Contact have ConcurrencyCheck attributes, so the newest EF core will not automatically fail. I suggest adding the ConcurrencyCheck attribute to at least one property or every property because the UI implies the whole object is checked for concurrency.
The text was updated successfully, but these errors were encountered:
I'm moving this over to our actual working repo. We ask devs to open issues for us using the Open a documentation issue link/feedback form at the bottom of an article. Issues here are usually just for patch changes, and this one will need the product unit to get involved. Use of the automatic form from the bottom of an article adds metadata to the GitHub issue that cross-links the topic and pings the author automatically for a faster response.
blazor-samples/8.0/BlazorWebAppEFCore/Components/ConcurrencyField.razor
Lines 36 to 47 in d000234
This should be using the
OnParametersSet
, such that when theDbModel
changes theproperty
is checked again. Also none of the properties of theContact
haveConcurrencyCheck
attributes, so the newest EF core will not automatically fail. I suggest adding theConcurrencyCheck
attribute to at least one property or every property because the UI implies the whole object is checked for concurrency.The text was updated successfully, but these errors were encountered: