简体   繁体   English

Visual Studio 2019 和 VS 2017 无法发现测试

[英]Visual studio 2019 & VS 2017 not able to discover tests

I had everything working until a few days ago.直到几天前,我才一切正常。 After latest update of VS, VS is not able to discover tests. VS 最新更新后,VS 无法发现测试。 I have tried updating MSTest.TestFramework, MSTest.TestAdapter, Microsoft.Net.Test.sdk nuget pacakges as well but VS studio is still not able to discover the tests.我也尝试过更新 MSTest.TestFramework、MSTest.TestAdapter、Microsoft.Net.Test.sdk nuget pacakges,但 VS studio 仍然无法发现测试。

Warning : A testsettings file or a vsmdi file is not supported with the MSTest V2 Adapter.
[12/21/2019 11:19:36 AM Warning] No test matches the given testcase filter `FullyQualifiedName=Microsoft.ConvAI.FrontEnd.End2EndTests.ConvAIClientTests.VerifyBotGetsRecognitions` in D:\Git\Skyman\conversational-ai\src\Testing\Microsoft.ConvAI.FrontEnd.End2EndTests\bin\Debug\netcoreapp2.1\Microsoft.ConvAI.FrontEnd.End2EndTests.dll
[12/21/2019 11:19:36 AM Informational] ========== Run test finished: 0 run (0:00:07.7975681) ==========

Can someone please help me to fix this?有人可以帮我解决这个问题吗?

这是运行设置文件,我必须从测试菜单下的“配置运行设置”选项中取消选中“运行设置文件”。

暂无
暂无

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

相关问题 Visual Studio 2017 到 Visual Studio 2019 - Visual Studio 2017 to Visual Studio 2019 如何在 Visual Studio 2017/2019 中为特定目标框架运行单元测试? - How do you run unit tests for a specific target framework in Visual Studio 2017/2019? 为什么 Visual Studio 2015/2017/2019 测试运行程序没有发现我的 xUnit v2 测试 - Why is the Visual Studio 2015/2017/2019 Test Runner not discovering my xUnit v2 tests Visual Studio:如果我卸载 VS2017,平台工具集仍然是 VS2019 中的一个选项吗? - Visual Studio: If I uninstall VS2017 will the platform toolset still be an option in VS2019? "Visual Studio (2017 & 2019) 忽略 TypeScriptCompileBlocked" - Visual Studio (2017 & 2019) ignoring TypeScriptCompileBlocked ESLint 在 Visual Studio 2017 或 2019 中不起作用 - ESLint not working in Visual Studio 2017 or 2019 如何更改 Visual Studio 2019 中的文本颜色设置以匹配 VS2017 的样式? - How can you change text color settings in Visual Studio 2019 to match the style of VS2017? 是否可以将Visual Studio 2019配置为在底部而不是顶部显示选项卡组标题(如VS2017)? - Is there a way to configure Visual Studio 2019 to display tab groups title on the bottom instead of top (as in VS2017)? Visual Studio 2017 中的 Visual Studio 2019 C# 代码颜色 - Visual Studio 2019 C# code colours in Visual Studio 2017 Visual Studio 2017:使用启动项目运行测试 - Visual Studio 2017: Run tests with Startup Projects
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM