tag
#dotnet
3 items (3 fixes)
fixes
✓ 26.07.15a
"A git worktree can't build: the .csproj files are gitignored"
s&box regenerates .csproj from the editor and gitignores them, so a fresh git worktree's Code/ and Editor/ folders have no project file and dotnet build fails MSB1009. Copy the csproj in, or, at a different depth, author one with absolute paths.
gitworktree
✓ 26.07.08e
"Dedicated server dies at launch with 'You must install .NET to run this application'"
A freshly SteamCMD-installed sbox-server.exe is not self-contained -- it needs the matching .NET runtime on the box, or it dies before any game logic.
dedicated-serverdotnet
✓ 26.07.15a
"Git worktree at different depth breaks sbox csproj relative references"
A git worktree at a different directory depth than the main checkout breaks the generated csproj's relative references to the sbox install: dotnet build fails with missing-assembly errors.
gitworktree