Reputation: 1530
Building NaturalSpec hits NUnit snags on Mono. What's the way to make NUnit testing there pass?
https://github.com/forki/NaturalSpec
Upvotes: 0
Views: 142
Reputation: 1530
The error was that it could not find a file; it turned out to be the fsc.exe in NaturalSpec.fsproj. I edited the project, namely FscToolPath, to point to the root of fsc, and exported FscToolExe in shell to be the right one, after which it did build.
Upvotes: 1