Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Core.Test.csproj #2809

Open
1 task
RougherO opened this issue Oct 3, 2023 · 2 comments · May be fixed by #2811
Open
1 task

Typo in Core.Test.csproj #2809

RougherO opened this issue Oct 3, 2023 · 2 comments · May be fixed by #2811
Labels

Comments

@RougherO
Copy link

RougherO commented Oct 3, 2023

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.
@RougherO RougherO added the bug label Oct 3, 2023
@octopols
Copy link

octopols commented Oct 3, 2023

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

@djsmith85
Copy link
Contributor

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

@octopols octopols linked a pull request Oct 3, 2023 that will close this issue
5 tasks
@djsmith85 djsmith85 linked a pull request Oct 3, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants