ZEXSM / OData.QueryBuilder

OData.QueryBuilder - library for creating complex OData queries (OData version 4.01) based on data models with linq syntax.
MIT License
71 stars 31 forks source link

ToDictionary works wrong with nested queries #89

Closed wesley-sd closed 2 years ago

wesley-sd commented 2 years ago

While ToUri() works fine, ToDictionary() method is cutting off nested queries in its KeyValuePair instance, like expand-filter queries.