Skip to content

Conversation

@Arkatufus
Copy link
Contributor

@Arkatufus Arkatufus commented Apr 30, 2025

Fixes #7603

Changes

  • Add xunit.v3 support
  • Akka.TestKit.Xunit now targets xunit.v3
  • Akka.TestKit.Xunit2 still targets xunit v2

Limitations

  • Akka.TestKit.Xunit only supports net472 and net8.0 framework targets (xunit 3 limitation)
  • Akka.TestKit.Xunit only works with xunit.runner.visualstudio v3.0.2 and above (xunit 3 limitation)

@Arkatufus Arkatufus changed the title Add Akka.TestKit.Xunit3 implementation Add xunit.v3 implementation Apr 30, 2025
@Aaronontheweb Aaronontheweb added akka-testkit Akka.NET Testkit issues dependencies Pull requests that update a dependency file labels May 2, 2025
Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

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

LGTM

<Import Project="../../../xunitSettings.props" />

<PropertyGroup>
<TargetFrameworks>$(NetFrameworkTestVersion);net8.0</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

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

Well, that's going to be a bit of a breaking change but you know, at some point we have to step into the future here.

@Aaronontheweb Aaronontheweb merged commit cdd1436 into akkadotnet:dev May 2, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

akka-testkit Akka.NET Testkit issues dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Akka.TestKit.Xunit Xunit3 support

2 participants