How do I run NUnit in debug mode from Visual Studio?

后端 未结 19 1307
闹比i
闹比i 2020-11-30 17:59

I\'ve recently been building a test framework for a bit of C# I\'ve been working on. I have NUnit set up and a new project within my workspace to test the component. All wor

19条回答
  •  执笔经年
    2020-11-30 18:31

    If project path contains spaces e.g. "New Project" in path \bin\Debug\New Project\Quotes.Domain.Tests.dll then enclose the Start Option --> Command Line Arguments project path in double quotes.

    I spent a lot of time to figure this out.

提交回复
热议问题