python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
VSTest.Console.exe Could not load file or assembly Microsoft.TestPlatform.CoreUtilities
I'm trying to set up a C# project with the latest version of Visual Studio, 2022; this is with .Net 6 on Windows 10. It's a simple console program, and I've set up the project and a corresponding unit...
rwallace
Votes: 0
Answers: 3
Github Action calling vstest x86 fails with 'transport connection' error
We use Github Actions to build and test our ActiveX control. We started a few weeks ago and made a lot of progress. We build and test for x86 and x64 using a matrix.
Starting a week ago the two build ...
Paul Meems
Votes: 0
Answers: 0
Jenkins vstest runner - no files matching the pattern
I am new to Jenkins and trying to run some unit test for a sql database using VS Test Runner plugin each time I am getting the response "no files matching the pattern [full file path]/Unit_tests....
Adam King
Votes: 0
Answers: 1
vstest.console.exe error: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host
I have ran my test project from Test Explorer in Visual Studio 2022 and fortunately all tests passed. On the other side I'm trying to use vstest.console.exe to run MyProject.Tests.build.appxrecipe fil...
rlm96
Votes: 0
Answers: 1