Questions tagged [dotnet-test]
63 questions
0
votes
3 answers
How to resolve stack overflow problem during dotnet test?
First my setup:
.Net Core 3.1 (migrated from 2.2)
xUnit 2.4.1
xUnit Runner 2.4.1
Visual Studio 2019 16.4.2
Test.SDK 16.4.0
I've just migrated from .Net Core 2.2 to 3.1. I just fixed errors and changed my serializer to System.Text. My app is…

Morasiu
- 1,204
- 2
- 16
- 38
0
votes
0 answers
Is it possible to add the coverage report and code analysis for unit test projects in SonarQube? If so how should I configure them in SonarQube?
I would like to add the code coverage report along with code analysis for my UnitTest project in SonarQube.
I had tried by adding the test files under 'sonar.test.inclusions' but the source files did not show any code coverage % nor the code…

Vijayakumar Natarajan
- 63
- 3
- 12
0
votes
1 answer
.NET Core XUnit tests project errors: The active test run was aborted. Reason: .2.0.3545
I got the an error while trying to execute my .NET Core 2.0.0 XUnit tests project...
Errors
Using Visual Studio and the dotnet test command
[2018-04-11 22:49:23 Informational] ========== Run test finished: 0 run (0:00:09,154719)…

Maxime Gélinas
- 2,202
- 2
- 18
- 35