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

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