OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Replace Dictionary with IDictionary in ByKey method #102

Closed KenitoInc closed 4 years ago

KenitoInc commented 4 years ago

This PR fixes issue #96

We are allowing ByKey method to receive an IDictionary<string, object> instead of the concrete class Dictionary<string, object>

NOTE: This fix is dependent on the update to OData Client as done in this PR https://github.com/OData/odata.net/pull/1648 UPDATE: The PR was merged and shipped in V7.3.0