Steve Gilham
Steve Gilham
Apologies for tardiness on may part. Initially I was more concerned about the merging cobertura files, since that wasn't something I provide; and my concerns were that two different build...
This will be happening while rewriting instrumented assemblies - `Mono.Cecil` insists on resolving all dependencies during that process, rather than taking the original assembly's references on trust. The issue seems...
This is a speculative build that should resolve the issue without needing the workround above, if you'd like to give it a try: [altcover.8.6.64-pre-g6ef83946e7.nupkg.zip](https://github.com/SteveGilham/altcover/files/11851535/altcover.8.6.64-pre-g6ef83946e7.nupkg.zip)
One thing that stands out to me from that command line is that without any filters applied, coverage instrumentation will be applied to all the assemblies in the output folder,...
Having tried several different combinations of UWP code from [the samples repo](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples), making sure that both contract assemblies are referenced by at least one of the locally built assemblies, I...
`ERROR *** Instrumentation phase failed` is a generic message; it's the exception information that conveys where the problem lies. The original issue is one of resolving extended dependencies in UWP...
@robvdnieuw Any updates/any simple repro case available? Or shall I close this issue as stale?
Is this question asking why, in this fragment  line 56 is not coloured either...
PR #155 should address this issue, by detecting and skipping just the managed functions within a mixed-mode assembly.
The root of the problem is naming the output file with `.acv` suffix, in particular a name of the form `[Coverage Report].*.acv` which used by altcover for intermediate files; your...