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

Build issue error MSB3202: The project file "/root/webone/webone.csproj" was not found. #113

Open
T0MuX opened this issue Feb 2, 2024 · 3 comments

Comments

@T0MuX
Copy link

T0MuX commented Feb 2, 2024

Hi, I actually already solved this one. But I have to inform you that the problem just comes from the name of the file. The build.sh script is looking for ./webone.csproj while the filename is WebOne.csproj. So, on Linux which is case sensitive, build.sh fails.
So, I just renamed WebOne.csproj into webone.csproj and now it builds.
😄

@atauenis
Copy link
Owner

atauenis commented Feb 2, 2024

It's a very interesting thing, as on my development machine the file is called lowercase last years. However, Git does not tracks the change. It preserving old name case, used on start of development.
2024-02-02_22-38-26

@T0MuX
Copy link
Author

T0MuX commented Feb 3, 2024

Maybe this is linked to the OS you use ? Windows right ? Windows is not case sensitive. If you use git on Windows, maybe it just ignores the case change ? I'm using Linux

@atauenis
Copy link
Owner

atauenis commented Feb 3, 2024

Yes, my primary development environment is Windows and Git, included in Visual Studio. So still looking how to rename file case using this all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants