0

I've just found that ReactiveValidatedObject is not available for WP7, i.e. Validation.cs is not included for build in ReactiveUI_WP7.csproj. This is very unfortunate! Could I ask the reason behind that? Some platform services are not available on the phone? Could this change in later releases?

Thanks.

Haspemulator
  • 11,050
  • 9
  • 49
  • 76

1 Answers1

0

ReactiveValidatedObject isn't available for WP7 because IDataErrorInfo doesn't exist there - if Microsoft ever adds it then ReactiveValidatedObject will come with it

Ana Betts
  • 73,868
  • 16
  • 141
  • 209