pglazkov / MvvmValidation

Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
MIT License
167 stars 31 forks source link

Replaced SuppressValidation bool with auto-toggle #14

Closed mageos closed 6 years ago

mageos commented 7 years ago

Resolved an issue where nested SuppressValidation are called and suppression is enabled before the outer Dispose is called

Fixes #17

pglazkov commented 6 years ago

@mageos Thanks again for the contribution. Could you please indicate if you're still planning to work on this pull request. Otherwise, I will take over and apply the changes myself.

mageos commented 6 years ago

I will make the changes tonight