Is your feature request related to a problem? Please describe.
I would like to use ToPropertyEx against an instance of IReactiveObject, but it unfortunately requires a ReactiveObject
Describe the solution you'd like
Change the generic constraint on ToPropertyEx to class, IReactiveObject to match ToProperty method.
Describe alternatives you've considered
Implementing the method manually, but that is less convenient that having this out of the box.
Describe suggestions on how to achieve the feature
Change the generic constraint on ToPropertyEx to class, IReactiveObject to match ToProperty method. Unfortunately this causes failure of API approval test. The change makes the constraint more permissive, but it is still a breaking change.
Hey @MartinZikmund :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider contributing financially.
https://opencollective.com/reactiveui
PS.: We offer
prioritysupport for all financial contributors. Don't forget to addprioritylabel once you start contributing :smile:
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms!
If we agree on a way to resolve this, I would love to contribute the change
@glennawatson shall we consider this request at the same time as changing the ToPropertyEx name?
Yeah. I have this happening in my testing version.
Any update on this capability?
Next major release is the plan for this one. There is a major rewrite for the Fody coming up that will support these features.
Most helpful comment
Yeah. I have this happening in my testing version.