chore(deps): update packages to their latest releases - #76
Merged
Conversation
- Move MAUI to 10.0.100, ReactiveUI to 24.2.0 and ReactiveUI.Primitives to 7.3.0. - Take the 3.46.0 analyzer baseline, Roslynator 5.0.0 and the current C# quality analyzer. - Move the test stack to TUnit 1.66.8 and Verify.TUnit 32.0.0. - Leave Microsoft.CodeAnalysis.CSharp on 4.14.0: the shipping generator and analyzer stay on the 4.8.0 floor so older compilers can still load them.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
=======================================
Coverage 98.55% 98.55%
=======================================
Files 221 221
Lines 7607 7607
Branches 1052 1052
=======================================
Hits 7497 7497
Misses 65 65
Partials 45 45 ☔ 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.
What is the new behavior?
Every centrally managed package moves to its latest release, except the Roslyn pins that decide which compilers can load the shipped generator.
.verified.csfile moves.What is the current behavior?
The pins predate these releases: MAUI 10.0.90, ReactiveUI 24.1.0, ReactiveUI.Primitives 7.2.0, the 3.45.0 analyzer baseline, Roslynator 4.16.1, TUnit 1.65.0 and Verify.TUnit 31.28.0.
What might this PR break?
None expected.
Microsoft.CodeAnalysis.CSharpand.Workspacesdeliberately stay on 4.14.0, with the shipping generator and analyzer projects still overriding to 4.8.0. That floor is what lets the .NET 8 SDK and Visual Studio 2022 17.8 load the analyzers at all; raising it would drop those consumers.Checklist
mainbranchAdditional information
The whole diff is nine version strings in
src/Directory.Packages.props.