Visual studio 2019 和 VS 2017 无法发现测试
Visual studio 2019 & VS 2017 not able to discover tests
直到几天前,我的一切正常。最新更新 VS 后,VS 无法发现测试。我也尝试更新 MSTest.TestFramework、MSTest.TestAdapter、Microsoft.Net.Test.sdk nuget 包,但 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) ==========
有人可以帮我解决这个问题吗?
这是 runsettings 文件,我不得不从测试菜单下的 "configure run setting" 选项中取消选中 "Run settings file"。
直到几天前,我的一切正常。最新更新 VS 后,VS 无法发现测试。我也尝试更新 MSTest.TestFramework、MSTest.TestAdapter、Microsoft.Net.Test.sdk nuget 包,但 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) ==========
有人可以帮我解决这个问题吗?
这是 runsettings 文件,我不得不从测试菜单下的 "configure run setting" 选项中取消选中 "Run settings file"。