I want to add a ConcurrencyCheck attribute to an entity property.
In the old Entity Framework you did this in the edmx file. How do you do it in Core?
I should