-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WireMock.Net 1.5.46 is incompatible with TestContainers 3.7.0 (issue 1) #1054
Comments
@lukasszh |
@lukasszh |
@lukasszh https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions |
@StefH: Thank you for the quick problem analysis! After some further problem analysis, I found out that it is also related to the compatibility with TestContainers 3.7.0. Using your fix 1.5.46-ci-18317 has solved my problem. |
Thanks for confirming. I'll release a new official NuGet today. |
Describe the bug
After upgrading from .NET 7 to version 8, WireMock cannot be started anymore.
Test to reproduce
Once this line is added to the IClassFixture of xUnit, the error message appears.
With .NET 7 and the same setup, everything worked perfectly fine.
Stacktrace
Xunit.Sdk.TestClassException
The following constructor parameters did not have matching fixture data: TestFactory factory
Exception doesn't have a stacktrace
The text was updated successfully, but these errors were encountered: