-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Upgrade xunit to v3 #62256
Copy link
Copy link
Open
Labels
Priority:3Work that is nice to haveWork that is nice to havearea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: 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 behaviorsThis issue is internal clean-up and has no effect on public APIs or expected behaviorsdependenciesPull requests that update a dependency filePull requests that update a dependency file
Milestone
Metadata
Metadata
Assignees
Labels
Priority:3Work that is nice to haveWork that is nice to havearea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: 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 behaviorsThis issue is internal clean-up and has no effect on public APIs or expected behaviorsdependenciesPull requests that update a dependency filePull requests that update a dependency file
Type
Fields
Give feedbackNo fields configured for issues without a type.
We are using
aspnetcore/eng/Versions.props
Line 320 in e232d58
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).