Lee Harold
Lee Harold
Using the AutofacContrib.SolrNet package and wiring up multiple cores with HttpWebRequestFactory as follows doesn't actually inject the HttpWebRequestFactory (because it's not implemented in the multi-core logic). ``` var factory =...
A project using odata-v4-server npm package and with @types/node version 10.9.4 will throw an error when compiling TypeScript: ``` src/lib/processor.ts:383:7 - error TS2415: Class 'ODataStreamWrapper' incorrectly extends base class 'Transform'....
this commit fixes #35
This adds support for `@odata.nextLink` in the response when the result's nextLink property is populated. This is rather minimally defined at http://docs.oasis-open.org/odata/odata-json-format/v4.0/cs01/odata-json-format-v4.0-cs01.html#_Toc365464689. The idea here is that we set the...
Are pull requests accepted? I submitted PR #31 but haven't seen any activity on it. If there's something else I need to do please let me know. Thanks!
I created a NuGet package (for use by .NET projects). It's at https://nuget.org/packages/jQuery.ba-throttle-debounce. If there are updates, then the new jquery.ba-throttle-debounce.js and jquery.ba-throttle-debounce.min.js have to be manually copied to the...
the OData spec doesn't explicitly say if custom query options are allowed in an $expand clause, but I don't see any way to do pagination on a navigation property without...