Skip to content

ExplicitAttribute no longer works in v0.50.0 #2755

@PhilippNaused

Description

@PhilippNaused
class Test1
{
    [Test]
    public Task TestMethod()
    {
        return Task.CompletedTask;
    }

    [Test, Explicit]
    public Task TestMethod2()
    {
        throw new NotImplementedException();
    }
}

This used to work in 0.25.21.
Now, tests are executed even if they have the explicit attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions