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
How can I associate datarows from datatestmethod with separate tests in Azure?
I have a method marked with attribute [DataTestMethod] and several [DataRow] attributes on the same method like so:
[DataTestMethod]
[TestCategory("MyCategory")]
[DataRow("Input1")...
Stromboli_
Votes: 0
Answers: 0
SonarQube task causes vs test platform instailler task Azure Pipeline to fail
We are running multiple Azure pipelines on an on-prem environment, which very similar.
Today I added SonarQube tasks on one of them for integration with SonarQube.
Prepare for Analysis
Run Code Analy...
jimdam_hgs
Votes: 0
Answers: 1
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