TeamCity 中 JetBrains dotCover 的 StackOverflowException

StackOverflowException with JetBrains dotCover in TeamCity

我使用 TeamCity 来支持项目的持续集成。

目前,当我 运行 .NET 代码覆盖率:特定项目的 JetBrains dotCover 时,dotCover 因 WhosebugException 而崩溃。

此外,单元测试 'TestSomething' 是正确的并且总是 运行 成功。

以下是构建中的错误日志快照:

[MyAssembly.dll] MyAssembly.MyTester.TestSomething (12s)
[18:28:37][MyAssembly.MyTester.TestSomething] 
[18:28:37][MyAssembly.MyTester.TestSomething] Process is terminated due to WhosebugException.
[18:28:38][MyAssembly.MyTester.TestSomething] [JetBrains dotCover] Coverage session finished [12/22/2015 6:28:38 PM]
[18:28:38][MyAssembly.MyTester.TestSomething] [JetBrains dotCover] Analysed application exited with code '-1073741571'
[18:28:38][MyAssembly.MyTester.TestSomething] [JetBrains dotCover] Coverage session finished but no snapshots were created. 
[18:28:39][MyAssembly.MyTester.TestSomething] ##teamcity[importData type='dotNetCoverage' tool='dotcover' file='C:\TeamCity\buildAgent\temp\buildTmp\coverage_dotcover33181917853826188801.data']
[18:28:37][Step 3/10] 
[18:28:37][Step 3/10] Process is terminated due to WhosebugException.

我真的不明白为什么会这样。

专家有什么帮助吗?

这是 JetBrains dotCover 中的错误。