-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add .UseReactiveUI()
call to xplat template
#88
Conversation
My change shouldn't break the iOS build, however I don't have an environment where I can test this. |
PR makes sense. Will check later why does IOS fails |
I don't think ReactiveUI is compatible with iOS of current SDK. It definitely wasn't couple of months ago. |
I vote against this change because it introduces a dependency that isn't really required |
In this case PackageReference should be removed as well. It's just unused now. |
It's not unused. The reference to |
My understanding from comparing the templates is that the project generated from the My change just consolidates one of the small differences between these projects. |
Build should work with latest reactiveui (18.0.7+) reactiveui/ReactiveUI#3184 |
Cool! Do we wait until you bump the version in: https://github.com/AvaloniaUI/Avalonia/blob/master/build/ReactiveUI.props#L3 I could also push a commit referencing 18.0.7+ explicitly. |
Try merging master to the branch now,i assume it was an issue on our side and i will later think about whether it is a good idea to merge this. |
Btw, this call was added only to Desktop call. But not to other projects.
It's unused in actual xplat template. Makes sense to add, but main repo should update reactiveUI to 18.x before that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging as we didn't have time to remove ReactiveUI from the default xplat template.
I was studying the templates and found that
xplat
is missing the.UseReactiveUI()
call.Related: