chore(deps): update NuGet dependencies to latest#4389
Merged
Conversation
- ReactiveUI.Primitives 5.7.0 -> 5.8.0 - TUnit 1.56.25 -> 1.57.0 - Akavache.Sqlite3 / Akavache.SystemTextJson 12.0.12 -> 12.1.1 - Microsoft.Maui.Controls (net10) 10.0.71 -> 10.0.80 - Microsoft.Windows.SDK.BuildTools 10.0.28000.1839 -> 10.0.28000.2270 - Xamarin.AndroidX.Lifecycle.* 2.10.0.2 -> 2.11.0.1 - Xamarin.AndroidX.Fragment 1.8.9.2 -> 1.8.9.3 (Fragment.Ktx -> 1.8.9.4) - Xamarin.AndroidX.Collection.Jvm / Collection.Ktx 1.6.0 -> 1.6.0.1 - Xamarin.AndroidX.SavedState.* 1.4.0.2 -> 1.5.0.1 - Xamarin.AndroidX.Preference 1.2.1.17 -> 1.2.1.18
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4389 +/- ##
=======================================
Coverage 93.05% 93.05%
=======================================
Files 339 339
Lines 14882 14882
Branches 1567 1567
=======================================
Hits 13848 13848
Misses 770 770
Partials 264 264 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
Build / dependency maintenance — bumps centrally managed NuGet packages to their latest stable versions on nuget.org.
What is the new behavior?
Updated
src/Directory.Packages.props:The multi-TFM / framework-aligned version pattern is preserved (per-band MAUI/AspNet/STJ conditions are untouched; only the net10 MAUI band moved to its latest patch). Packages already at their latest stable (Splat, DynamicData, System.Reactive, bunit, analyzers, etc.) were left unchanged, as were intentional prereleases (CsWinRT 2.3.0-prerelease, PublicApiAnalyzers 5.0.0 preview). GitHub Actions were checked:
download-artifact@v8andsetup-dotnet@v5already track the latest major; SHA-pinned actions are intentionally pinned.What is the current behavior?
Dependencies were one or more patch/minor releases behind the latest on nuget.org.
What might this PR break?
None expected. Verified locally on Linux with clean builds (0 warnings/errors) of the core library (net8.0), the main test suite (TUnit 1.57.0), ReactiveUI.AndroidX (net10/net11-android), and ReactiveUI.Maui (net9/net10/net11 + android + windows). Windows/Apple-only TFMs are covered by CI, which is authoritative.
Checklist
mainbranch