Skip to content

Bump MartinCostello.Logging.XUnit from 0.3.0 to 0.7.1#147

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/MartinCostello.Logging.XUnit-0.7.1
Open

Bump MartinCostello.Logging.XUnit from 0.3.0 to 0.7.1#147
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/MartinCostello.Logging.XUnit-0.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Updated MartinCostello.Logging.XUnit from 0.3.0 to 0.7.1.

Release notes

Sourced from MartinCostello.Logging.XUnit's releases.

0.7.1

What's Changed

Full Changelog: martincostello/xunit-logging@v0.7.0...v0.7.1

0.7.0

What's Changed

New Contributors

Full Changelog: martincostello/xunit-logging@v0.6.0...v0.7.0

0.6.0

What's Changed

New Contributors

Full Changelog: martincostello/xunit-logging@v0.5.1...v0.6.0

0.5.1

What's Changed

Full Changelog: martincostello/xunit-logging@v0.5.0...v0.5.1

0.5.0

Add support for xunit v3 🆕✨

Xunit v3 contains many major architectural changes which means the same package that supports logging for xunit v2 cannot be used with xunit v3.

The equivalent NuGet package to support logging for xunit v3 is the new MartinCostello.Logging.XUnit.v3 package.

To migrate usage of MartinCostello.Logging.XUnit to MartinCostello.Logging.XUnit.v3 for xunit v3:

  1. Follow the relevant steps to migrate any test projects from xunit v2 to v3. The most relevant change in xunit v3 for this library is that the ITestOutputHelper type has moved from the Xunit.Abstractions namespace to Xunit.

  2. Change any package references from MartinCostello.Logging.XUnit to MartinCostello.Logging.XUnit.v3.

    - <PackageReference Include="MartinCostello.Logging.XUnit" Version="0.5.0" />
    + <PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.5.0" />

Support for xunit v2 continues with the existing MartinCostello.Logging.XUnit package.

What's Changed

Full Changelog: martincostello/xunit-logging@v0.4.0...v0.5.0

0.4.0

What's Changed

New Contributors

Full Changelog: martincostello/xunit-logging@v0.3.0...v0.4.0

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2026 00:50
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels May 19, 2026
---
updated-dependencies:
- dependency-name: MartinCostello.Logging.XUnit
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/MartinCostello.Logging.XUnit-0.7.1 branch from 5757e4b to 8b4a182 Compare May 19, 2026 02:28
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.

0 participants