bitwarden / mobile

Retired Bitwarden mobile app for iOS and Android (MAUI/Xamarin).
https://bitwarden.com
GNU General Public License v3.0
32 stars 4 forks source link

Typo in Core.Test.csproj #2809

Open 92ajeBmv50oQ8lQ44ANuBz4WHn5a7ShlvJfn0ll opened 9 months ago

92ajeBmv50oQ8lQ44ANuBz4WHn5a7ShlvJfn0ll commented 9 months ago

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

M9Q0zj6TRJrrh01NSqe56S0bXK2PA3fwvTg65oU commented 9 months ago

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

djsmith85 commented 9 months ago

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