| 14 Aug 2025 |
oatmealraisin | These builds take a pretty ridiculous amount of time, rough stuff | 20:48:15 |
Corngood | Why is it picking up deps.json? Is that a special filename in dotnet? | 20:56:52 |
Whovian9369 | So because my computer needs replaced: I had to do an unplanned power down, my WSL filesystem seems to have corrupted, and it looks like e2fsck basically destroyed the filesystem as WSL now refuses to boot it. 🙃
I may not be able to do the build test in the near future. 😅
| 21:15:27 |
Corngood | Oh brutal :( | 21:41:23 |
Whovian9369 | I'll see what I can easily recover from it and see how quickly I can spin back up | 21:41:43 |
Corngood | src = ../..; seems strange to me. Why don't you set it to the root of each project? | 21:44:20 |
oatmealraisin | Because then I get issues during build saying the referenced projects don't exist | 22:12:39 |
oatmealraisin | Idk if I can replicate at this point, a lot has changed | 22:12:52 |
Corngood | Well in that case the projectFile would just be `API.csproj`, or you could probably just omit it. | 22:13:37 |