Xamarin 无法识别 TestCaseSource 属性

Xamarin doesn't recognise TestCaseSource attribute

Xamarin 无法识别 TestCaseSource,它说:

名称 TestCaseSource 在当前上下文中不存在

我的使用方式:

[Test, TestCaseSource("divider")]

因此我无法编译。

我没有 nunit.framework.dll 的最新版本。 我是通过NuGet下载的。