Skip to content
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

Upgrade to latest FluentAssertions #634

Closed
phelm1-landolakes opened this issue Sep 27, 2021 · 1 comment
Closed

Upgrade to latest FluentAssertions #634

phelm1-landolakes opened this issue Sep 27, 2021 · 1 comment
Assignees
Labels

Comments

@phelm1-landolakes
Copy link

phelm1-landolakes commented Sep 27, 2021

When test project references FluentAssertions 6.1.0

this.mockHttpServer
    .Should()
    .HaveReceivedACall()
    .WithHeader("z", "x");

Throws System.MissingMethodException

Message:
 System.MissingMethodException : Method not found: 'Void FluentAssertions.Primitives.ReferenceTypeAssertions`2..ctor()'.

Stack Trace:
    WireMockReceivedAssertions.ctor(IWireMockServer server)
    WireMockExtensions.Should(IWireMockServer instance)




@StefH StefH self-assigned this Sep 27, 2021
StefH added a commit that referenced this issue Sep 27, 2021
@StefH
Copy link
Collaborator

StefH commented Sep 27, 2021

@phelm1-landolakes
A new version will be released, please test it.

@StefH StefH closed this as completed Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants