[GH-ISSUE #2809] Typo in Core.Test.csproj #20996

Closed
opened 2026-04-16 21:15:06 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @RougherO on GitHub (Oct 3, 2023).
Original GitHub issue: https://github.com/bitwarden/android/issues/2809

Steps To Reproduce

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

<ItemGroup>
    <ProjectReference Include="..\..\src\Core\Core.csproj" />
    <ProjectReference Include="..\common\Common.csproj" />
</ItemGroup>

Expected Result

Should properly build tests

Actual Result

Error in building tests

Screenshots or Videos

image

Additional Context

No response

Operating System

Android, iOS

Operating System Version

No response

Device

No response

Build Version

N/A

Beta

  • Using a pre-release version of the application.
Originally created by @RougherO on GitHub (Oct 3, 2023). Original GitHub issue: https://github.com/bitwarden/android/issues/2809 ### Steps To Reproduce In Core.Test.csproj under test/Core.Test/ `..\common\Common.csproj` should have uppercase `C` instead of `c` since directory name is `Common` ``` <ItemGroup> <ProjectReference Include="..\..\src\Core\Core.csproj" /> <ProjectReference Include="..\common\Common.csproj" /> </ItemGroup> ``` ### Expected Result Should properly build tests ### Actual Result Error in building tests ### Screenshots or Videos ![image](https://github.com/bitwarden/mobile/assets/83248988/3fd5b7e3-56c8-4a04-89f7-5c2a811dc7e5) ### Additional Context _No response_ ### Operating System Android, iOS ### Operating System Version _No response_ ### Device _No response_ ### Build Version N/A ### Beta - [ ] Using a pre-release version of the application.
GiteaMirror added the bug label 2026-04-16 21:15:06 -05:00
Author
Owner

@octopols commented on GitHub (Oct 3, 2023):

Hello, I'd like to work on this issue. Could it be assigned to me, please?

<!-- gh-comment-id:1745212211 --> @octopols commented on GitHub (Oct 3, 2023): Hello, I'd like to work on this issue. Could it be assigned to me, please?
Author
Owner

@djsmith85 commented on GitHub (Oct 3, 2023):

Hi @octopols and thank you for your interested in contributing 🚀

We don't assign issues, but we appreciate any kind of contribution. Best to visit our Contributing Guidelines, they'll have everything you'll need to get started.

Please make sure to link this ticket if you do create a Pull Request.

Kind regards,
Daniel

<!-- gh-comment-id:1745256675 --> @djsmith85 commented on GitHub (Oct 3, 2023): Hi @octopols and thank you for your interested in contributing 🚀 We don't assign issues, but we appreciate any kind of contribution. Best to visit our [Contributing Guidelines](https://contributing.bitwarden.com/), they'll have everything you'll need to get started. Please make sure to link this ticket if you do create a Pull Request. Kind regards, Daniel
Author
Owner

@vvolkgang commented on GitHub (Jun 20, 2024):

Issue migrated to https://github.com/bitwarden/mobile/issues/2809

<!-- gh-comment-id:2181386752 --> @vvolkgang commented on GitHub (Jun 20, 2024): Issue migrated to https://github.com/bitwarden/mobile/issues/2809
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#20996