Facepunch / sbox-issues

176 stars 12 forks source link

Solution / CSProj files use incorrect capitalization for the Base Library path #5720

Open Kaydax opened 4 months ago

Kaydax commented 4 months ago

Describe the bug

When creating / opening up a project, s&box generates a solution / csproj file for said project. The issue with the generated solution is that it uses the incorrect capitalization in the file path.

Example: C:\Program Files (x86)\Steam\steamapps\common\sbox\addons\base\Code\Base Library.csproj - Incorrect C:\Program Files (x86)\Steam\steamapps\common\sbox\addons\base\code\Base Library.csproj - Correct

Another problem is that this only is an issue with the Base Library, as the shadergraph and actiongraph project folders use uppercase for the code folder

To Reproduce

  1. Create a new project (If needed)
  2. Open the sln and csproj file
  3. See that the path to the Base Library.csproj file uses the incorrect capitalization for the Code folder

Expected behavior

The path should reflect the recent changes that changed the code folder to be lower case instead of upper case.

Media/Files

No response

Additional context

Retroeer commented 1 month ago

Should be fixed due to #6331

Kaydax commented 1 month ago

Should be fixed due to #6331

It does not as the issue is with the built in stuff like the base library