A project with an Output type of Class Library cannot be started directly

前端 未结 7 1824
情深已故
情深已故 2020-12-05 13:37

I\'ve download sample code with C#. but when I run I get this error message:

A project with an Output type of Class Library cannot be started direct

7条回答
  •  被撕碎了的回忆
    2020-12-05 14:14

    I was trying to run a Debug test with breakpoint in the specFlow feature.cs file instead of the Step.cs file. Put the breakpoint in the Step.cs file and it's working as expected. Thanks!

提交回复
热议问题