Skip to content

Update dependencies and target frameworks#915

Merged
ChrisPulman merged 3 commits into
mainfrom
UpdatePackages
Dec 6, 2025
Merged

Update dependencies and target frameworks#915
ChrisPulman merged 3 commits into
mainfrom
UpdatePackages

Conversation

@ChrisPulman
Copy link
Copy Markdown
Member

What kind of change does this PR introduce?

update

What is the new behavior?

Upgrades Avalonia, ReactiveUI, and MAUI package versions. Replaces RxApp.MainThreadScheduler with RxSchedulers.MainThreadScheduler. Adds System.Reactive.Disposables.Fluent using statements. Updates UWP view type resolver to use AppLocator. Expands target frameworks in project files for Avalonia, Maui, Plugins.Popup, and core Sextant projects.

What might this PR break?

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

Upgrades Avalonia, ReactiveUI, and MAUI package versions. Replaces RxApp.MainThreadScheduler with RxSchedulers.MainThreadScheduler. Adds System.Reactive.Disposables.Fluent using statements. Updates UWP view type resolver to use AppLocator. Expands target frameworks in project files for Avalonia, Maui, Plugins.Popup, and core Sextant projects.
Updated Directory.Build.props and project files to include net10.0 and related platform targets for Android, Windows, and Apple. This enables building and testing against the latest .NET version.
Refactored ItemGroup conditions for target frameworks in Sextant.csproj. Added support for net10.0 and adjusted placement of System.Collections.Immutable package reference.
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 31.25%. Comparing base (032c045) to head (cbdbc5c).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #915      +/-   ##
==========================================
- Coverage   34.65%   31.25%   -3.40%     
==========================================
  Files          27       27              
  Lines         707      707              
  Branches       93       93              
==========================================
- Hits          245      221      -24     
- Misses        446      470      +24     
  Partials       16       16              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ChrisPulman ChrisPulman merged commit d1b2001 into main Dec 6, 2025
7 of 8 checks passed
@ChrisPulman ChrisPulman deleted the UpdatePackages branch December 6, 2025 09:33
@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants