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 を使用しています: 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"