Alexy
Alexy

Reputation: 1530

Build NaturalSpec on Mono 3.0 on Mac

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

Answers (1)

Alexy
Alexy

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

Related Questions