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
Notice the "DESC" in the raw string? Should be 74. I believe OptArgs have a serialisation bug where they use globally defined JsonConvert.Settings accidentally and therefore the enum is serialised as string.
Any workarounds?
The text was updated successfully, but these errors were encountered:
Version Information
| .NET Full Framework? | 4.8 |
| RethinkDB Server | 2.3.6 |
Hi I have a very simple indexed orderby:
This gives me:
It produces this raw string:
Notice the "DESC" in the raw string? Should be 74. I believe OptArgs have a serialisation bug where they use globally defined JsonConvert.Settings accidentally and therefore the enum is serialised as string.
Any workarounds?
The text was updated successfully, but these errors were encountered: