nant: invalid element nunit2. Unknown task or datatype

后端 未结 1 1257
陌清茗
陌清茗 2020-12-12 06:00

How to solve this problem?

I have this ProjectName.UnitTests.config file, and I did exactly what the documentation said: http://nant.sourceforge.net/release/latest/h

相关标签:
1条回答
  • 2020-12-12 06:26

    Find this thread on Sourceforge's nant-users mailing list. I would provide the same advice Erich Eichinger gives:

    I recommend avoiding the nunit2 task at all and simply switch to <exec> nunit-console [...]

    Additionally you get some extra goodness with NUnit 2.5.

    0 讨论(0)
提交回复
热议问题