Skip to content

Bump xunit.v3 from 3.2.2 to 4.0.0 - #3055

Open
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/nuget/test/Microsoft.OpenApi.Hidi.Tests/multi-70f2659909
Open

Bump xunit.v3 from 3.2.2 to 4.0.0#3055
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/nuget/test/Microsoft.OpenApi.Hidi.Tests/multi-70f2659909

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Updated xunit.v3 from 3.2.2 to 4.0.0.

Release notes

Sourced from xunit.v3's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: xunit.v3
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xunit.v3
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 21:30
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Aug 24, 2026
@baywet

Copy link
Copy Markdown
Member

Copilot migrate to the MTP platform, you may rely on this documentation and other sources to identify the migration steps https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test#mtp-mode-of-dotnet-test

Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>

Copilot AI commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Copilot migrate to the MTP platform, you may rely on this documentation and other sources to identify the migration steps https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-wi...

Implemented the MTP migration in 20ef98d: enabled the xUnit MTP runner, switched coverage to coverlet.MTP, and updated CI/Sonar test commands for MTP-native coverage.

@baywet
Vincent Biret (baywet) enabled auto-merge (squash) August 25, 2026 11:14
@github-code-quality

github-code-quality Bot commented Aug 25, 2026

Copy link
Copy Markdown

Code Coverage Overview

Languages: C#

C# / code-coverage/dotnet

The overall line coverage in commit 530e63b in the dependabot/nuget/tes... branch is 21%. The line coverage in commit aadccaf in the main branch is 89%.

Show a line coverage summary of the most impacted files.
File main aadccaf dependabot/nuget/tes... 530e63b +/-
/home/runner/wo...Deserializer.cs 97% 0% -97%
/home/runner/wo...Deserializer.cs 94% 0% -94%
/home/runner/wo...Deserializer.cs 94% 0% -94%
/home/runner/wo...Deserializer.cs 94% 0% -94%
/home/runner/wo...Deserializer.cs 83% 0% -83%
/home/runner/wo...Deserializer.cs 81% 0% -81%
/home/runner/wo...nApiDocument.cs 89% 28% -61%
/home/runner/wo...emaReference.cs 92% 31% -61%
/home/runner/wo...penApiSchema.cs 99% 40% -59%
/home/runner/wo...ApiWorkspace.cs 93% 53% -40%

Updated August 25, 2026 12:54 UTC

@baywet

Copy link
Copy Markdown
Member

Copilot the unit test runs is failing with "Zero tests ran" in azure devops, also update the pipeline definition.

Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Copilot AI and others added 11 commits August 25, 2026 11:37
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Copilot AI and others added 2 commits August 25, 2026 11:45
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>

Copilot AI commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Copilot the unit test runs is failing with "Zero tests ran" in azure devops, also update the pipeline definition.

Addressed in dfcc2dc: updated the Azure DevOps test step to discover and run the generated xUnit v3 MTP test applications directly, emit xUnit TRX files, enforce non-zero test discovery, and publish the results.

Comment thread .github/workflows/sonarcloud.yml Fixed
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants