When using properties of types generated by https://github.com/SteveDunn/Intellenum, BeEquivalentTo can't figure out how to compare the "enums".
A workaround is doing something like
o.Using<State>(c => c.Subject.Value.Should().Be(c.Expectation.Value)).WhenTypeIs<State>())
Reproduced in 7.2.0.
When using properties of types generated by https://github.com/SteveDunn/Intellenum,
BeEquivalentTocan't figure out how to compare the "enums".A workaround is doing something like
Reproduced in 7.2.0.