-
```
What steps will reproduce the problem?
1.I am invoking Gallio via Sonar in order to execute MSTest.
What is the expected output? What do you see instead?
I get an I/O error. Even though the file …
-
```
What steps will reproduce the problem?
1.I am invoking Gallio via Sonar in order to execute MSTest.
What is the expected output? What do you see instead?
I get an I/O error. Even though the file …
-
```
What steps will reproduce the problem?
1.I am invoking Gallio via Sonar in order to execute MSTest.
What is the expected output? What do you see instead?
I get an I/O error. Even though the file …
-
```
What steps will reproduce the problem?
1.I am invoking Gallio via Sonar in order to execute MSTest.
What is the expected output? What do you see instead?
I get an I/O error. Even though the file …
-
I don't have Nunit installed but instead use the Nunit test adapter to run my tests. Maybe instead of depending on the test executables, rely on the test adaper
-
Please provide the following information when submitting an issue, where appropriate replace the `[ ]` with a `[X]`
### My Framework
- [ ] .NET 2
- [ ] .NET 3.5
- [ ] .NET 4
- [ ] .NET 4.5
- [ ] .NET …
-
Either create a new panel or re-use the existing Code Coverage window to display the coverage statistics.
There is a class in coverlet.core that collates the statistics so it would just be a question…
-
Is there a way? I need it for generating code of tests.
I mean the opportunity to get a coverage percent within the test code (C#) during it is executed.
-
As per https://developercommunity.visualstudio.com/t/running-multiple-test-assemblies-at-the-same-time/1688096
@MarcoRossignoli
> For the moment, we don’t offer a way to disable the merging. Ca…
-
The Roslyn C# compiler is now available on Mono and it’s called csc. It enerates Portable PDB (.pdb) debug files instead of Mono’s MDB (.mdb) format. monocov expects to receive mdb file next to analyz…