【发布时间】:2019-03-22 17:47:42
【问题描述】:
我从https://github.com/nunit/nunit-console 构建了 nunit-console 和来自 https://github.com/nunit/nunit-v2-framework-driver 的 nunit-v2-framework-driver 引用来自 https://github.com/nunit-legacy/nunitv2/releases/download/2.7.0/NUnit-2.7.0-src.zip 的 nunit-2.7 程序集
我正在为我构建的每个程序集直接从命令行显式调用单编译器mcs(以便我知道引擎盖下发生了什么)。生成的 nunit-console 程序集可以按预期运行 nunit v3 测试。
我有一个包含大量 nunit 2 测试的旧项目,并且了解 nunit-v2-framework-driver 可用于通过 nunit-console 运行 nunit 2 测试。
我不知道该怎么做 - 我怎样才能让 nunit-console 拿起 nunit-v2-framework-driver 扩展?引用程序集似乎还不够。
【问题讨论】:
标签: c# nunit nunit-console