Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Explicit casts are ignored #14

@sflanker

Description

@sflanker

Explicit numeric type casts are ignored, which means that comparing a integer to a float that has be cast to an integer will not work as expected.

[Fact(Skip = "BUG: explict casts are dopped, therefore lossy, numeric conversions do not work")]
public override void Where_Field_Eq_ExplicitConversion() {
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions