Migration path from reflection based ReactiveUI #30
Replies: 1 comment
|
It's definitely not a replacement for the whole of rxui no. Never intended to be. It's only for the binding engine and that's it. You can use it side by side. The source generated bindings are in a namespace ending in Binding. |
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.
I want to migrate my application to the new source generated version of ReactiveUI to the new source generators.
Can I use both NuGet packages
ReactiveUIandReactiveUI.Bindingside by side? When I tried it out, just the old reflection based overloads ofWhenAnyValuewere used and AOT warnings did not disappear.If this package should be a replacement for
ReactiveUI, I am still missing important features likeObservableAsPropertyHelper,ReactiveCommandand many more.All reactions