[PR #2811] [CLOSED] [PM-4207] Fix for the typo in Core.Test.csproj #29830

Closed
opened 2026-04-18 13:43:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2811
Author: @octopols
Created: 10/3/2023
Status: Closed

Base: mainHead: master


📝 Commits (10+)

  • e3dafb5 EC-834 Watch UI/UX fixes (#2234)
  • 7785b2d EC-841 Fix Watch fetch cipher and added condition for previews (#2236)
  • f4b4cfc [SG-870] Add null check on notification received (#2221)
  • aa0544c [SG-872] Create generic exception handler for mobile (#2222)
  • 37dab09 Bumped version to 2022.12.0 (#2241)
  • ebf65ec Set push token state values to be user-specific (#2200)
  • 3e48b7a EC-785 Bumped Apple Watch version to 2022.12.0 (#2243)
  • f6895a0 EC-846 Revert build.yml Android was not being built because a condition added while developing the Apple Watch app in another branch merged to master (#2245)
  • a19b5c4 EC-842 Delete items that are not included in the sync to the watch (#2242)
  • 728182d [EC-844] Improve Apple Watch states (#2246)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 test/Core.Test/Core.Test.csproj (+1 -1)

📄 Description

Type of change

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

Objective

Fixes issue #2809
In Core.Test.csproj under test/Core.Test/
..\common\Common.csproj should have uppercase C instead of c since directory name is Common

Code changes

Fixed the typo

  • Core.Test.csproj: ..\common\Common.csproj changed to ..\Common\Common.csproj

🔄 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/2811 **Author:** [@octopols](https://github.com/octopols) **Created:** 10/3/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `master` --- ### 📝 Commits (10+) - [`e3dafb5`](https://github.com/bitwarden/android/commit/e3dafb502bd8c5e13207d9ad74d895ae2a422f99) EC-834 Watch UI/UX fixes (#2234) - [`7785b2d`](https://github.com/bitwarden/android/commit/7785b2dbf92fea120d2dfe0cecd65fa64dfbea57) EC-841 Fix Watch fetch cipher and added condition for previews (#2236) - [`f4b4cfc`](https://github.com/bitwarden/android/commit/f4b4cfc9de2250419097d8d6d4a43bd3c4f775ac) [SG-870] Add null check on notification received (#2221) - [`aa0544c`](https://github.com/bitwarden/android/commit/aa0544cd3d011c26a57ce69757daa7c62f539eb1) [SG-872] Create generic exception handler for mobile (#2222) - [`37dab09`](https://github.com/bitwarden/android/commit/37dab0928b6b3ee955e557ea56d4b93c1cdc08ad) Bumped version to 2022.12.0 (#2241) - [`ebf65ec`](https://github.com/bitwarden/android/commit/ebf65ecb96a8125f8253b5415d52522958431d87) Set push token state values to be user-specific (#2200) - [`3e48b7a`](https://github.com/bitwarden/android/commit/3e48b7a96858d652ee7907fa815d3b52dae0cc29) EC-785 Bumped Apple Watch version to 2022.12.0 (#2243) - [`f6895a0`](https://github.com/bitwarden/android/commit/f6895a0733fc96a530484296b9ccf70f5f9fb827) EC-846 Revert build.yml Android was not being built because a condition added while developing the Apple Watch app in another branch merged to master (#2245) - [`a19b5c4`](https://github.com/bitwarden/android/commit/a19b5c4e056a39c60cfccfff3bbce8267d52d1df) EC-842 Delete items that are not included in the sync to the watch (#2242) - [`728182d`](https://github.com/bitwarden/android/commit/728182de6c8e8c5db723719a6eb347c46ceed9d4) [EC-844] Improve Apple Watch states (#2246) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `test/Core.Test/Core.Test.csproj` (+1 -1) </details> ### 📄 Description ## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective Fixes issue #2809 In Core.Test.csproj under test/Core.Test/ `..\common\Common.csproj` should have uppercase C instead of c since directory name is Common ## Code changes Fixed the typo * **Core.Test.csproj:** `..\common\Common.csproj` changed to `..\Common\Common.csproj` --- <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-04-18 13:43:55 -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#29830