-
I'm struggling trying to run my project using a source-built runtime. I build it with the command line: I've also tried to use corerun, but this fails with https://gist.github.com/Rosentti/5c8d7e9a43df35834b90c709124ad82e I'm stumped on what to try next. The docs say:
How do I use the ones I just built? The ones I have installed won't be in the debug configuration so I'd like to use the freshly built ones. I've also tried the "Using dev shipping packages", but I'm stumped on the second step which tells me to download the "installer". I also tried just using the installer repo to build, but there doesn't seem to be a way to make it build in debug mode instead of release. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I ended up just doing
Why doesn't this raise an exception instead I don't know. |
Beta Was this translation helpful? Give feedback.
I ended up just doing
/mnt/deathclaw/dotnet7CustomBuild/runtime/artifacts/bin/testhost/net7.0-Linux-Debug-x64/dotnet bin/Debug/net7.0/ClientUI.dll
, and compiling with system dotnet. This got me the useful error message I needed: