Skip to content

Intellinum "enums" are not properly detected #3162

@dennisdoomen

Description

@dennisdoomen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions