简体   繁体   English

Resharper:不确定:在另一个测试中退出代码为 14942211

[英]Resharper: Inconclusive: Exit code is 14942211 in another test

I am using Visual Studio 2019 and latest Resharper.我正在使用 Visual Studio 2019 和最新的 Resharper。 I have Nunit3 installed along with test adapters.我安装了 Nunit3 和测试适配器。 I keep on getting this error.我不断收到此错误。 Can someone help me on this有人可以帮我吗

[1]: https://i.stack.imgur.com/qbcPH.png

Check you App.config file - maybe some dependencies are corrupted.检查您的 App.config 文件 - 可能某些依赖项已损坏。

I just had the same issue, and it turned out that the runtime section in App.config had two nested assemblyBinding tags.我遇到了同样的问题,结果发现 App.config 中的运行时部分有两个嵌套的 assemblyBinding 标记。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Resharper - 不确定:测试未在调试时运行 - Resharper - Inconclusive: test not run on debugging 在ReSharper中是否有任何记录来查找为什么测试没有结果? - Is there any logging in ReSharper to find why the test is inconclusive? ReSharper单元测试运行器为外部类提供Inconclusive - ReSharper unit test runner gives Inconclusive to the outer class Resharper jasmine javascript测试:“Inconclusive test run”错误 - Resharper jasmine javascript tests: “Inconclusive test run” error 在 Visual Studio/Resharper 中以调试模式运行单元测试时出现“不确定:测试未运行”错误 - “Inconclusive: Test not run” error running unit tests in debug mode in Visual Studio / Resharper 我怎样才能让Resharper在调试中运行测试,当我得到调试时“不确定:测试不运行” - How can I get Resharper to run tests in debug, when I get debug is “Inconclusive: Test not run” Resharper - 将不确定的测试显示为不确定而不是失败? - Resharper - Showing inconclusive tests as inconclusive rather than failed? Resharper始终将测试视为不确定或中止 - Resharper always puts tests as inconclusive or aborted 检查测试中的Resharper代码问题 - Check Resharper code issues in a test ReSharper + NUnit测试在测试继承时显示不确定 - ReSharper + NUnit tests show inconclusive when testing inheritance
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM