Open icnocop opened 1 year ago
This wouldn't work if a sub object property was changed.
Eg if a Customer has an Address, and Customer.Address.Line1 changed, then editContext.Model would be of type Customer, and it would try to validate Customer.Line1, which doesn't exist.
I've made a change in #205 that should fix the same issue, could you see if it works for your use case?
Fixes #76