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

Explicit casts are ignored #14

Open
sflanker opened this issue Jun 20, 2018 · 0 comments
Open

Explicit casts are ignored #14

sflanker opened this issue Jun 20, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@sflanker
Copy link
Member

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() {
}

@sflanker sflanker added the bug Something isn't working label Jun 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant