Jakub Chocholowicz

Results 33 comments of Jakub Chocholowicz

As part of this: https://github.com/microsoft/vstest/issues/1811 effort we will also add extensibility for other data collectors (for example coverlet). Then we also want to onboard coverlet to this logic. At the...

@MarcoRossignoli I will try to create something based on this what you said and I will see if this works. Maybe you are right that we don't need to have...

> What do you mean?Do you use coverlet as coverage engine or not? I want to try to build something on top of coverlet to check that it allows to...

> At the moment yes...because I don't know why collectors wasn't compiled as netstandard2.0 by @vagisha-nidhi , but will support also netfx if we'll compile for netstandard. > I did...

When we can have a meeting? I can do it today after 7PM or next week Wednesday or Friday after 6PM.

`covrun64.dll` should be here: ``` PS C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Team Tools\Dynamic Code Coverage Tools\amd64> dir Directory: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Team Tools\Dynamic Code Coverage Tools\amd64 Mode LastWriteTime Length Name ---- -------------...

How to create solution to repro issue? Could you please create one and attach here? I would like to investigate if we can detect that solution doesn't contain any C++...

Thanks @AdamYoblick for data. I was able to add logic into VS to detect that there are no C++ projects and disable C++ code coverage. This fixed the issue on...

@AArnott our tooling supports only `hits=1` or `hits=0` for both collecting and merging. It is due to performance reasons.