pglazkov / MvvmValidation

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

MVVMValidation not working in Release and Signed APK file #21

Open Qamar-Datasmith opened 5 years ago

Qamar-Datasmith commented 5 years ago

Hi

I am new in Android development. I have create xamarin android application in visual studio. i am using MVVMValidation v3.1 with MVVMCROSS v6.1 .Validation works in debug mode but not working in Release APK file. Issues is TextEdit filed in layout is not showing error message .However it doesn't let me go without filling TextEdit field that is correct. Do i need to register or setup MVVMValidation in code. Please guide me in this scenario what i have to do.