Steve Gilham
Steve Gilham
Well, it seems that `AltCover` perfectly emulates `OpenCover` for that format, and `coverlet` for the json format. The latter also merges the two methods in `cobertura` format, rather than having...
Should be resolved in release [v8.8.74](https://www.nuget.org/packages/altcover/8.8.74).
Assuming silence as assent; closing.
Will do, if I can't figure out the failure path from the stack trace.
Having taken a quick look, it's in the part of the process that takes source file names and compiles a list of the containing directories for the `` element of...
Should be resolved in release [v8.8.74](https://www.nuget.org/packages/altcover/8.8.74).
Let's dissect what's going on here Re-implementing the minimum to emulate the code fragment above -  decompilation of a debug build shows  whereas for...
Closing, assuming answered.
Ever since the dotnet 7.0 release, I've been using the workaround of writing my own driver programs linking against the Fake assemblies - turning the script files into program source...
@arialdomartini Following the response to #2871, [I started a port](https://github.com/SteveGilham/FAKE), branch develop/net8.0 where I've got the main solution building under net8.0 (and in another branch net10.0rc2 - net9.0 would be...