NUnit on Mono?

2019-04-20 06:26发布

Does anyone know if you can run NUnit on Mono? The reason I ask is because on the download page it says:

For some releases, we provide a zipped package for use under Mono.

However, the only release that actually has a separate mono release (judging by its label that says "mono:" and then shows the .zip) is the ancient 2.2. NUnit's most recent version is 2.4.8 so I would really rather not use that old of a version.

Can you use the recent version of NUnit on Mono? If not, is there anything I could do to get it to work? What exactly makes something Mono runnable?

标签: mono nunit
2条回答
看我几分像从前
2楼-- · 2019-04-20 07:06

Mono 2.4 will ship with NUnit 2.4.8, and has been in use by the Mono project for their tests for several months, so it should work pretty well.

Mono 2.4 preview: http://mono.ximian.com/monobuild/preview/download-preview/

查看更多
干净又极端
3楼-- · 2019-04-20 07:21

To answer any other "Will x run on mono..." they've produced a tool called the Mono Migation Analyser.

It can be found here and will show you what methods (if any) mono is missing to run your application.

查看更多
登录 后发表回答