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.
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
Create a new project (If needed)
Open the sln and csproj file
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
This is a none issue on case-insensitive file systems like NTFS unless one toggles on case-sensitivity.
This can cause issues on case-sensitive file systems like BTRFS
This might have issues when using SMB shares of case-sensitive file systems like ext4, btrfs, etc.
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
- IncorrectC:\Program Files (x86)\Steam\steamapps\common\sbox\addons\base\code\Base Library.csproj
- CorrectAnother 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
Code
folderExpected 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