-
-
Notifications
You must be signed in to change notification settings - Fork 187
BindableDerivedListAttribute with a .BindEx( this, x => x.MyDerivedList) extension method #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @ChaseFlorell 👋, Thank you for contributing to our project financially. We will handle your issue with priority support. To make sure we don't forget how special you are, we added a Thank you again for contributing 🎉! |
Also, if I'm just missing something that's already there, then my suggestion would be to improve the documentation as this is all I'm able to go off of. |
@ChaseFlorell Is this more of a request for DynamicData? |
@RLittlesII ultimately it's a request for the ReactiveUI.Fody bits. |
User wants a fody for dynamic data. |
@ChaseFlorell I think this is doable. We have some work coming up soon around Fody. So we can evaluate this when we target that work. |
I am not sure what is required? Is it still relevant? If so please reopen and let's discuss further. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Is your feature request related to a problem? Please describe.
I'm a huge fan of leveraging the Rx Fody attributes in order to make my app clean and terse. One area That I'd love to see further improvement is around derived lists. Currently my derived list code looks like this.
Describe the solution you'd like
What I'd love to be able to do is clean it up and remove the backing field
Describe alternatives you've considered
Describe suggestions on how to achieve the feature
Additional context
This would very much be akin to the existing ObservableAsPropertyAttribute
The text was updated successfully, but these errors were encountered: