bdebaere

Results 5 issues of bdebaere

Fixes https://github.com/OData/ODataSamples/issues/109.

Based on http://odata.github.io/WebApi/04-12-batch/ and https://github.com/OData/ODataSamples/tree/master/WebApiCore/ODataBatchSample I was able to implement batching. However as soon as I add authentication the batching fails. It doesn't even hit my controller. Authentication is implemented...

question

### Issues This pull request fixes issue https://github.com/OData/WebApi/issues/1902. ### Description Reads a PrimitiveValue instead of a StringValue and tries to convert the value to an enum. ### Checklist (Uncheck if...

### Issues This pull request fixes issue https://github.com/OData/WebApi/issues/438 ### Description This pull request adds serialization and deserialization of Dictionary. ### Checklist (Uncheck if it is not completed) - [ ]...

Because so many methods are marked internal it really makes expanding OData behavior quite a hassle. I implore you to take a look at how extensible EntityFrameworkCore is for example...