fauna / faunadb-csharp

C# driver for FaunaDB v4

Home Page:https://fauna.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Enum

erickpintor opened this issue · comments

User's feedback:

C# driver: Noticing that enums are getting encoded as int's. Would it be possible to configure the Encoder to use the string value for an enum instead?
This makes it much easier when quering using the Query Console.