'ReactiveProperty<> is an ambiguous reference between 'Reactive.Bindings' and 'ReactiveUI' #3771
Closed
DevEngineReq
started this conversation in
General
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. |
0 replies
|
@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 |
0 replies
|
19.6.1 is now released. I will now close this, please open a new discussion if you have further requests. Many thanks. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions