Skip to content

Upgrade xunit to v3 #62256

Open
Open
@ilonatommy

Description

@ilonatommy
Member

We are using

<XunitVersion>2.9.2</XunitVersion>

In our tests. One of the problems it creates is lack of failure when no tests were discovered. We could observe it in #62223.

We used a simple workaround for E2E tests that is checking logs for abnormal number of tests run: #62222.

A permanent workaround would be bumping xunit version, proposed in #62222 (comment).

Activity

added
needs-area-labelUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically
on Jun 5, 2025
added
clean-upThis issue is internal clean-up and has no effect on public APIs or expected behaviors
dependenciesPull requests that update a dependency file
on Jun 5, 2025
changed the title [-]Update xunit to v3[/-] [+]Upgrade xunit to v3[/+] on Jun 5, 2025
added
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
and removed
needs-area-labelUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically
on Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkclean-upThis issue is internal clean-up and has no effect on public APIs or expected behaviorsdependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gfoidl@ilonatommy

        Issue actions

          Upgrade xunit to v3 · Issue #62256 · dotnet/aspnetcore