You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running into this : System.InvalidCastException: Specified cast is not valid. doing some basic parsing of a filter on a generic List of Dictionary<string, object>> "[pressure] eq 132323432.453454M" does not work but "[pressure] eq 132323432.453454m" works.
The text was updated successfully, but these errors were encountered:
Cant't locate the current c# literal documentation at the moment but looking at F# :
https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/literals
It seems like D, F and M should all be valid as suffixes for the following in your grammar.
I was running into this : System.InvalidCastException: Specified cast is not valid. doing some basic parsing of a filter on a generic List of
Dictionary<string, object>>
"[pressure] eq 132323432.453454M"
does not work but"[pressure] eq 132323432.453454m"
works.The text was updated successfully, but these errors were encountered: