Problem with SQLite related nUnit-tests after upgrade to VS2010 and Re#5

后端 未结 4 1426
孤街浪徒
孤街浪徒 2021-01-19 11:32

After converting to Visual Studio 2010 with ReSharper5 some of my unit tests started failing. More specifically this applies to all unit tests that use NHibernate with SQLit

4条回答
  •  佛祖请我去吃肉
    2021-01-19 12:12

    I got the same error, I was sure that it was due to .NET 4.0 and VS 2010, but when I upgraded to Resharper 5 at work (on VS 2008), I got the same error.

    I think this is caused by Resharper 5 test runner. When I used TestDriven.NET they all ran successfully.

    I hope JetBrains will release a fix soon. According to what I saw on the forums, they are aware of the problem, so it should not take too long to have a fix.

    While this is fixed, I will use TestDriven.NET to run my tests. But I will miss the great Resharper UI ;)

提交回复
热议问题