Open EverybodyKurts opened 3 years ago
For FAKE, you want to use -v instead of --debug.
Aside from that, many projects and tests in the repo should be locally buildable and testable using 'dotnet build' and 'dotnet test', irrespective of the FAKE runner. So if it's causing you problems just sidestep it and go about your hacking until you get to the point where you want to polish up your changes and submit them as an MR.
I would expect not, as I don't think FAKE has been updated for .NET 6 yet. But that's just speculation
Hi all,
I'm attempting to do my part and create a fork that implement the features I want to see. To that end, I've cloned the repo and tried to run the
./build.sh
shell script. I am on an M1 Macbook Air with dotnet 6 preview 4 installed.I've changed the
sdk.version
inglobal.json
to6.0.100-preview.4
and ran the build shell script. Below is the output:The stack trace doesn't tell me which line in
build.fsx
is throwing the exception or ifbuild.fsx
script itself is the file I should be looking at.As always, thank you for your hard work. Any help or guidance is appreciated.