Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在带有 F# 2.0 的 Mac 上使用 nunit-console 应用程序。我正在使用这个版本的单声道:Mono JIT 编译器版本 2.10.9(tarball Mon May 7 20:25:51 EDT 2012)。在编译我的测试 dll 时,我找不到要使用的适当参考。
我需要参考哪些文件,在哪里可以找到它们?
fsc -r ??? module.fs tests.fs
我用
-r "Nunit.FrameWork.dll"