Upgrade xunit to v3
Open
area-infrastructure
clean-up
dependencies
Priority:3
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
We are using https://github.com/dotnet/aspnetcore/blob/e232d5887331c0caa3e313d47dbf02ebf0ab559f/eng/Versions.props#L320
In our tests. One of the problems it creates is lack of failure when no tests were discovered. We could observe it in https://github.com/dotnet/aspnetcore/issues/62223.
We used a simple workaround for E2E tests that is checking logs for abnormal number of tests run: https://github.com/dotnet/aspnetcore/pull/62222.
A permanent workaround would be bumping xunit version, proposed in https://github.com/dotnet/aspnetcore/pull/62222#issuecomment-2943420697.
Contributor guide
Assessment
This issue has not been assessed yet.