[PR #2696] [PM-3497] Dependency Updates #3746

Closed
opened 2025-11-26 23:36:49 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/2696

State: closed
Merged: Yes


Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Another round of dependency updates made possible by the recent release of Xamarin.Forms 5.0.0 SR-15.

Note 1: MessagePack* will remain on its current version since it still breaks the Android build with the following error:

Xamarin.Android.Legacy.targets(317, 5): [XA2002] Can not resolve reference: `Microsoft.NET.StringTools`, referenced by `MessagePack`. Please add a NuGet package or assembly reference for `Microsoft.NET.StringTools`, or remove the reference to `MessagePack`.

The author states a workaround was added in 2.5.94+ but we're still seeing this error with 2.5.124.

Note 2: Continuing to leave Google.Apis.AndroidPublisher.v3 untouched to prevent breaking the Github publishing automation (it's a big version jump so the likelihood of it bursting into flames is high)

Code changes

  • *.csproj: Dependency version bumps

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team
**Original Pull Request:** https://github.com/bitwarden/android/pull/2696 **State:** closed **Merged:** Yes --- ## Type of change - [ ] Bug fix - [ ] New feature development - [X] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Another round of dependency updates made possible by the recent release of [Xamarin.Forms 5.0.0 SR-15](https://github.com/xamarin/Xamarin.Forms/releases/tag/release-5.0.0-sr15). **_Note 1:_** `MessagePack*` will remain on its current version since it still breaks the Android build with the following error: ``` Xamarin.Android.Legacy.targets(317, 5): [XA2002] Can not resolve reference: `Microsoft.NET.StringTools`, referenced by `MessagePack`. Please add a NuGet package or assembly reference for `Microsoft.NET.StringTools`, or remove the reference to `MessagePack`. ``` The author states a [workaround](https://github.com/MessagePack-CSharp/MessagePack-CSharp/issues/1509#issuecomment-1554925920) was added in `2.5.94+` but we're still seeing this error with `2.5.124`. **_Note 2:_** Continuing to leave `Google.Apis.AndroidPublisher.v3` untouched to prevent breaking the Github publishing automation (it's a big version jump so the likelihood of it bursting into flames is high) ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * ***.csproj:** Dependency version bumps ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team
GiteaMirror added the pull-request label 2025-11-26 23:36:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3746