beyond-code-github / LinqToQuerystring

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

Is EF Core (formerly called EF7) supported? #68

Open pisees opened 8 years ago

pisees commented 8 years ago

Thanks,

maganuk commented 8 years ago

+1.

Any chance of having this ported to Core? We're using this wonderful library very extensively in many of our projects.

hi-xiaoxin commented 7 years ago

+1

JeanRessouche commented 7 years ago

+1

j0nscalet commented 7 years ago

+1

JeanRessouche commented 7 years ago

https://github.com/scaredfinger/LinqToQuerystring/pull/1

j0nscalet commented 6 years ago

@everyone - it looks like MSFT is one step ahead of us, already. Go figure.

I stumbled across 'Microsoft.AspNet.WebApi.OData' today and realized that much of the functionality I was looking for here from 'LinqToQuerystring' looks to be handled there.

Checkout:

HTH!