Skip to content

AssertionOptions.AssertEquivalencyUsing(...) is no longer available (comming from 6.x to 8.x) #3120

@RIE-UPPERSOLUTIONS

Description

@RIE-UPPERSOLUTIONS

Description

I've read the the upgrade guide and the release note, but I can't find something related about AssertionOptions.AssertEquivalencyUsing(...), is there still a way to archive something like this?

AssertionOptions.AssertEquivalencyUsing(config => config.RespectingRuntimeTypes());

Br

Reproduction Steps

Use FluentAssertions 8.x and use this code

AssertionOptions.AssertEquivalencyUsing(config => config.RespectingRuntimeTypes());

Expected behavior

The code should compile, at the moment it doesn't.

Actual behavior

Code does not compile.

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

Are you willing to help with a pull-request?

No

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions