LinqToQuerystring
LinqToQuerystring copied to clipboard
Is EF Core (formerly called EF7) supported?
Thanks,
+1.
Any chance of having this ported to Core? We're using this wonderful library very extensively in many of our projects.
+1
+1
+1
https://github.com/scaredfinger/LinqToQuerystring/pull/1
@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:
- (Microsoft.AspNet.WebApi.OData)[https://www.nuget.org/packages/Microsoft.AspNet.WebApi.OData/]
- (Microsoft.OData.Stack)[http://odata.github.io/]
HTH!