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.
ReactiveValidatedObject isn’t available for WP7 because IDataErrorInfo doesn’t exist there – if Microsoft ever adds it then ReactiveValidatedObject will come with it