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