Bart Koelman
Bart Koelman
I was able to get line and branch coverage to work in Sonar using ReportGenerator: - Add a Sonar-specific configuration file that _doesn't_ contain `true` - Use the Sonar file...
> For example, add `--runtime linux-x64` to your `dotnet build` command line for the test project. I don't understand how to use that. I can build from the command line,...
The feature is described at https://learn.microsoft.com/en-us/visualstudio/test/remote-testing?view=visualstudio. I've created https://github.com/microsoft/testfx/issues/7114 to gather more information, which includes steps to reproduce.
Using the repro project from https://github.com/microsoft/testfx/issues/7114, when I change: ```xml ``` to: ```xml ``` the problem does not occur.
> > it should probably be mentioned in the migration guide. > > I've literally never even heard of this feature you're using, so how was I suppose to anticipate...
I don't think you understand what I'm saying. First of all, a full repro project is provided at https://github.com/microsoft/testfx/issues/7114. Second, _using that repro project_, when changing from `xunit.v3.mtp-off` to `xunit.v3`,...
Thanks, I've created https://developercommunity.microsoft.com/t/Test-Explorer:-discovery-fails-due-to-in/11017358.
Using `--no-progress` is more readable, but it doesn't show the number of passed/failed/skipped tests per assembly.
> [@bart-vmware](https://github.com/bart-vmware) The behavior difference locally vs CI could be due to different OS. Are you running on Unix in CI but Windows locally? That is correct. On macOS, the...
@Youssef1313 Thanks, are you referring to https://github.com/xunit/xunit/issues/3432? If so, is there an open issue somewhere to address this? I'll try the workaround. Just out of curiosity, do you know if...