Describe the bug
Assert.IComparable is not compatible with azdo reporter plugin, where we skip *Assert.cs files to avoid pointing at the assertion implementation (for a lack of better metadata).
Here we don't skip it because the file name does not end with Assert.cs
https://github.com/microsoft/testfx/blob/main/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/AzureDevOpsReporter.cs#L216-L224
Expected behavior
We see the assertion usage, not the assertion implementation.
Actual behavior
The opposite.
Describe the bug
Assert.IComparable is not compatible with azdo reporter plugin, where we skip
*Assert.csfiles to avoid pointing at the assertion implementation (for a lack of better metadata).Here we don't skip it because the file name does not end with Assert.cs
https://github.com/microsoft/testfx/blob/main/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/AzureDevOpsReporter.cs#L216-L224
Expected behavior
We see the assertion usage, not the assertion implementation.
Actual behavior
The opposite.