[PR #2696] [MERGED] [PM-3497] Dependency Updates #51962

Closed
opened 2026-05-01 15:41:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2696
Author: @mpbw2
Created: 8/16/2023
Status: Merged
Merged: 8/16/2023
Merged by: @mpbw2

Base: masterHead: lib-updates


📝 Commits (2)

📊 Changes

9 files changed (+24 additions, -24 deletions)

View changed files

📝 src/Android/Android.csproj (+10 -10)
📝 src/App/App.csproj (+2 -2)
📝 src/Core/Core.csproj (+2 -2)
📝 src/iOS.Autofill/iOS.Autofill.csproj (+1 -1)
📝 src/iOS.Extension/iOS.Extension.csproj (+1 -1)
📝 src/iOS.ShareExtension/iOS.ShareExtension.csproj (+1 -1)
📝 src/iOS/iOS.csproj (+1 -1)
📝 test/Common/Common.csproj (+3 -3)
📝 test/Core.Test/Core.Test.csproj (+3 -3)

📄 Description

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2696 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 8/16/2023 **Status:** ✅ Merged **Merged:** 8/16/2023 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `lib-updates` --- ### 📝 Commits (2) - [`83beccf`](https://github.com/bitwarden/android/commit/83beccfd1bd96e8762617cd5371cd309b65d6211) lib updates - [`8c6234e`](https://github.com/bitwarden/android/commit/8c6234e4207454e3c34bb6f18be1e4751269dfff) Merge branch 'master' into lib-updates ### 📊 Changes **9 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Android.csproj` (+10 -10) 📝 `src/App/App.csproj` (+2 -2) 📝 `src/Core/Core.csproj` (+2 -2) 📝 `src/iOS.Autofill/iOS.Autofill.csproj` (+1 -1) 📝 `src/iOS.Extension/iOS.Extension.csproj` (+1 -1) 📝 `src/iOS.ShareExtension/iOS.ShareExtension.csproj` (+1 -1) 📝 `src/iOS/iOS.csproj` (+1 -1) 📝 `test/Common/Common.csproj` (+3 -3) 📝 `test/Core.Test/Core.Test.csproj` (+3 -3) </details> ### 📄 Description ## 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 15:41:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#51962