Skip to content

Assert.IComparable not compatible with AzDoReport extension #6925

Description

@nohwnd

Describe the bug

Image

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions