Very basic dotnet stuff #12672
Unanswered
pgpaccuratech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm just starting out with Codex, and cannot the most simple stuff to work 😒
I have checked out my repo from git. When I opens a powershell and runs:
dotnet restoreordotnet buildeverything is fine.I have then tried asking Codex to do the same. But it fails, often with a time out. When I ask it to run some diagnostic it comes up with something about
WorkloadAutoImportPropsLocatorandWorkloadManifestTargetsLocatorwhich makes absolutely no sense, as I'm not use workloads.However, I have found out that if I ask Codes to use
-m:1and/p:BuildInParallel=falseit works. But it kind of sucks that I have to kill all parallelism to get it to work.What am I doing wrong?
Have mainly tried it from CLI, but I have also tried in VSCode with similar results.
Beta Was this translation helpful? Give feedback.
All reactions