Steve Gilham
Steve Gilham
Ignore the above, I misread this as coverage.xml.xyz.acv, which would be deleted. With a simple example, ```csharp using System; // test program // for report generation namespace TouchTest { internal...
Fixing the summary output was a one liner in the end.
The use case for the separate output file is where you want to compare the coverage of two or more different (typically operational test) runs so you instrument once, to...
If this is a .Net Framework/Mono application then specifying `--dependency=/path/to/System.Data.dll` (the path being in the GAC_64 area, on Windows, at least) will override the heuristic for looking up unresolved references...
> In my C# .Net Framework v4.8 project I expected as much. The underlying issue is Mono.Cecil's need to have a fully resolved type definition before it will write out...
This may simply be another manifestation of the package issue already mentioned, as the different altcover versions involve different dependencies. The attached is a pre-release which makes a search order...
In that case, that change is going into the next release.
Released in v8.8.53
There's actually a simpler way to do a build (for Windows and Linux, at least), relying on the fact that the `gtk-sharp-2.xx.4yy.msi` install registers the GTK# assemblies into the GAC...
It's not just `cobertura` (which is a downstream format) that does not handle this edge case; the base `OpenCover` format doesn't record the information, so has two method entries of...