Skip to content

bugfix Updated BitBlazorTest dependencies - Closes #91#101

Merged
albx merged 1 commit into
albx:mainfrom
Defkon1:bugfix/xunit-update
Jul 24, 2026
Merged

bugfix Updated BitBlazorTest dependencies - Closes #91#101
albx merged 1 commit into
albx:mainfrom
Defkon1:bugfix/xunit-update

Conversation

@Defkon1

@Defkon1 Defkon1 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Updated BitBlazorTest dependencies:

  • xUnit 2.9.3 -> 3.2.2
  • MS.Net.Test.Sdk -> 18.8.1
  • AngleSharp 1.4.0 (vulnerable) -> 1.5.2

Closes #91

xUnit 2.9.3 -> 3.2.2
MS.Net.Test.Sdk -> 18.8.1
AngleSharp 1.4.0 (vulnerable) -> 1.5.2

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the BitBlazor.Test test project’s NuGet dependencies to complete the xUnit v3 upgrade requested in #91 and to address a vulnerable AngleSharp version by pinning a newer release.

Changes:

  • Upgraded xUnit from v2 to v3 packages (xunit.v3 + VS runner).
  • Updated Microsoft.NET.Test.Sdk version for the test project.
  • Added an explicit AngleSharp reference to pin a non-vulnerable version.

Comment on lines +22 to +23
<PackageReference Include="xunit.v3" Version="3.2.2" />
<PackageReference Include="xunit.v3.common" Version="3.2.2" />
@albx
albx merged commit eab384a into albx:main Jul 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade xUnit

3 participants