由于目前 DNX 缺乏 XSLT 的转换能力,因此只能使用变通方法。具体参考这个链接

主要内容复制过来是:

From @eriklarko on July 14, 2015 7:38

As a workaround we downloaded the NUnitXml.xslt from https://github.com/xunit/xunit/blob/master/src/xunit.console/NUnitXml.xslt and used xsltproc to apply the >tranformation as a build step.

Example:

$ dnx . xunit.runner.dnx -xml xunit-test-results.xml
$ xsltproc NUnitXml.xslt xunit-test-results.xml > nunit-test-results.xml

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2021-12-12
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2022-02-06
猜你喜欢
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2022-01-17
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案