NUnit: “The process cannot access the file … because it is being used by another process.”

前端 未结 6 884
南笙
南笙 2020-12-09 16:37

I\'m using the NUnit GUI version, and it started to get upset at me when I have a test project loaded in there trying to test things. If I make a change in Visual Studio, an

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-09 17:03

    I just wanted to add that moving the Nunit project file to the solution location solved my issue. I did not have to change any shadow copying setting in nunit or to enable shadow copying service.

    See Stack Overflow - nunit locking dll

提交回复
热议问题