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

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

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

State: closed
Merged: No


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
**Original Pull Request:** https://github.com/bitwarden/android/pull/2811 **State:** closed **Merged:** No --- ## 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`
GiteaMirror added the pull-request label 2025-11-26 23:37:34 -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#3821