'ReactiveProperty<> is an ambiguous reference between 'Reactive.Bindings' and 'ReactiveUI' #3771
Replies: 3 comments
-
Hi, thank you for your feedback, I will take a look at what is involved in adding this functionality in the next few days and get back to you. |
Beta Was this translation helpful? Give feedback.
-
@DevEngineReq Version 19.6.X will have support for Validation with the ReactiveUI.ReactiveProperty, by using the AddValidation and AddValidationError methods you should be able to achieve the same functionality as Reactive.Bindings.ReactiveProperty |
Beta Was this translation helpful? Give feedback.
-
19.6.1 is now released. I will now close this, please open a new discussion if you have further requests. Many thanks. |
Beta Was this translation helpful? Give feedback.
-
We use viewmodels which inherit from ReactiveObject (ReactiveUI) and which contains ReactiveProperties (Reactive.Bindings)
ReactiveUI -> NugetPackage: ReactiveUI 19.5.72
Reactive.Bindings -> NugetPackage ReactiveProperty 9.5.0
The latest ReactiveUI version also contains a ReactiveProperty. Due to that we get "ambiguous reference" errors.
Unfortunately the new ReactiveProperty in ReactiveUI does not implement ''INotifyDataErrorInfo' and there are no extension methods like 'SetValidateAttribute'. That prevents me from switching the ReactiveUI.ReactiveProperty.
Is it planned to implement INotifyDataErrorInfo?
Beta Was this translation helpful? Give feedback.
All reactions