Marco Rossignoli

Results 458 comments of Marco Rossignoli

@richardwerkman @rouke-broersma I did repro...I see the library loaded...what is not here is the class you expect I don't know how stryker works but looks like this is not the...

I need to have a repro like above sample where you do a AppDomain.GetAssemblies() and print somewhere the list of names and files path and be sure to avoid any...

Before to debug it again..can you print the list of assemblies returned by `AppDomain.CurrentDomain.GetAssemblies()` and ensure that you're in the correct "process"(I don't know if tool run more than one...

Glad to hear that is not a bug 😄 thanks for your patience.

> When you run with CC in azure pipeline, do you see the coverage file automatically uploaded? maybe they have this already figured out. Looking at publish result task https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-test-results?view=azure-devops&tabs=yaml...

> Admittedly the trx, and xml in general is not the easiest to process, but it's a start, and it is generic format that we don't have to re-invent. I'm...

> $result = dotnet test --collect="Code Coverage" ....params.... --json-result If I don't use powershell what does `--json-result` produce?Is it a json on standard output?

What if we have more than one collector https://github.com/Microsoft/vstest-docs/blob/master/docs/analyze.md#enabledisable-a-datacollector? A json array with different `Type`(collector friendly name)?

> The coverage report is created twice: @ViktorHofer I think it's a dup of https://github.com/microsoft/vstest/issues/2334

Related issue https://github.com/microsoft/vstest/issues/2334#issuecomment-1156634841