Hi,
I was able to install the System.ComponentModel.Annotations package from NuGet in a Xamarin.Forms app, where I had to remove all of the Windows projects.
Now, I'm able to decorate my data model with annotation attributes. The question is: how do you bind these to the UI?
Thanks