chore(deps): Bumped Xamarin.AndroidX.Lifecycle.Common.Java8 and CommunityToolkit.Mvvm to 2.2.20 and 8.4.0#4876
Merged
jamescrosswell merged 9 commits intomainfrom Feb 10, 2026
Merged
Conversation
jamescrosswell
commented
Jan 27, 2026
src/Sentry.Maui.CommunityToolkit.Mvvm/Sentry.Maui.CommunityToolkit.Mvvm.csproj
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4876 +/- ##
=======================================
Coverage 73.87% 73.88%
=======================================
Files 494 494
Lines 17868 17868
Branches 3509 3509
=======================================
+ Hits 13200 13201 +1
Misses 3808 3808
+ Partials 860 859 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9b405dd to
cb41e0c
Compare
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Dependencies ⬆️Deps
🤖 This preview updates automatically when you update the PR. |
Flash0ver
approved these changes
Feb 5, 2026
Flash0ver
reviewed
Feb 5, 2026
Flash0ver
reviewed
Feb 10, 2026
52049a1 to
3c1fab5
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
jamescrosswell
commented
Feb 10, 2026
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.
Resolves #4802:
Basically done here:
sentry-dotnet/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
Lines 48 to 61 in 9b405dd
Note
I tried bumping
Xamarin.AndroidX.Lifecycle.Common.Java8andXamarin.AndroidX.Lifecycle.Processto2.10.0but that gives us dependency conflicts in our Sentry.Maui package. It might be possible with a bit of sleuthing to work out where those come from (would have to be from the<UseMaui>true</UseMaui>include... so somewhere in the MS target files) but I think the fact that it breaks our builds is evidence enough that it's not the right version to reference so I left it at2.9.2.1.