Skip to content

IsPattern breaking inside of IfStatement #130

Closed
@belav

Description

@belav

This if statement breaks in a rather weird way.

        if (
            Nullable.GetUnderlyingType111111111111111(
                typeof(T)
            ) is Type innerType &&
            innerType.IsEnum
        ) {
            return;
        }

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions