beyond-code-github / LinqToQuerystring

A lightweight subset of oData querystring conventions that works with any IQueryable
MIT License
136 stars 63 forks source link

Enums would be now treated in their text form instead of numeric form #69

Open thehoneymad opened 8 years ago

thehoneymad commented 8 years ago

I have been using LinqToQueryString for a while now and for my startup I needed enums to be treated as string since I moved to this from odata.

I looked for a global settings class around and tried to trigger it from there. But in any case I think this should be reviewed first so that effort is worthwhile. I've been using the mod in another fork constantly in production and it worked for me pretty well.

Sorry for the crappy code btw.