Update dependencies for ReactiveUI 21.0.1#253
Merged
glennawatson merged 5 commits intomainfrom Sep 7, 2025
Merged
Conversation
2 tasks
glennawatson
approved these changes
Sep 7, 2025
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
update
What is the new behavior?
This pull request introduces significant improvements to the ReactiveUI Uno codebase, focusing on enhanced test coverage, better platform integration, and modernization of dependencies. The most important changes include the addition of a dedicated test project with comprehensive tests, new builder extension methods for Uno and Uno.WinUI platforms, and various dependency and documentation updates.
Test infrastructure and coverage:
ReactiveUI.Uno.Testsproject targetingnet9.0, including test dependencies and references, and integrated it into the solution file. [1] [2] [3]BooleanToVisibilityTypeConverterTests.cs), binding hooks (AutoDataTemplateBindingHookTests.cs), and platform operations (PlatformOperationsTests.cs) to improve coverage and reliability. [1] [2] [3]Platform integration and builder extensions:
UnoReactiveUIBuilderExtensionsandUnoWinUIReactiveUIBuilderExtensionsto provide platform-specific configuration and scheduler integration for Uno and Uno.WinUI, respectively. [1] [2]ActivationHelper.csto useAppLocatorfor improved platform compatibility.Dependency and compatibility updates:
ReactiveUI,xunit,FluentAssertions,coverlet.msbuild) to more recent versions and enabled test package references for test projects. [1] [2]Directory.build.propsto remove unused platforms and focus on supported ones.Documentation and code quality:
RoutedViewHostfor clarity and correctness. [1] [2] [3]These changes collectively enhance the maintainability, testability, and platform support of the ReactiveUI Uno codebase.
What might this PR break?
This is a part of a breaking change
Please check if the PR fulfills these requirements
Other information: