Closed Issue: Remove the public overrdiable api "GetFunctionImport" from...
This api is being used by ODataActionPayloadDeserializer, which does not require this method, which acts like a helper, to be exposed and can be get the Action(FunctionImport) info via the odata path...
View ArticleNew Post: Enum support for Delta Patch
Enum's are not standard odata types. we in webapi odata map enums as strings in the edm model. So, the json that you are sending is incorrect. you should be sending { 'Mode' : 'Running' }
View ArticleSource code checked in, #1dd7d592739b
OData formatter: Additional JSON light read tests
View ArticleNew Post: Enum support for Delta Patch
Thanks for that information. I tried that before in both the latest nightly build and stable. No mater what I try I can't get it to work with my ajax call. $.ajax('/api/v1/test/1', { type: 'PATCH',...
View ArticleNew Post: Enum support for Delta Patch
sure. please do share a repro. that would be super helpful.
View ArticleNew Post: Enum support for Delta Patch
Hello,Here is a link to the sample (included everything but bin/obj/packages folder): I created a new webapi project, updated nuget packages, modified api controller and main index home view. Just open...
View ArticleSource code checked in, #f6423321ad62
[OData] Adding per-route model unit tests and end-to-end tests
View ArticleCreated Issue: Routing to Gallery fails in PhotoGallery template when using...
To reproduce this issue, follow these steps:1. Build the Razor solution from Main (which is currently targeting 2.1).2. Launch the Calendar template in the browser of your choice, using the 2.1...
View ArticleClosed Issue: Add MapODataRoute(model) extension method to improve the one...
It is still useful to have a simple extension method to register one OData route if you are only building one OData Service with one model. Can we add that back?Comments: We decided not to add the...
View ArticleCommented Feature: OdataQueryOptions does not override NotSupported on...
If you have a class decorated with Queryable and then override the OData Queryable on a specific method in that class with ODataQueryOptions the Queryable Attribute will still throw a not supported...
View ArticleSource code checked in, #bdb88943a237
[OData] Update APIs to use ReadOnlyCollection, IList, and IDictionary wherever possible
View ArticleCommented Issue: Try to use IList, IDictionary or ReadOnlyCollection for...
ODataModelBuilder.EntitySets property should be ReadOnlyCollection. same as Procedures and StructuralTypes properties;Review StructuralTypeConfiguration/StructuralTypeConfiguration<T> as...
View ArticleEdited Issue: Try to use IList, IDictionary or ReadOnlyCollection for...
ODataModelBuilder.EntitySets property should be ReadOnlyCollection. same as Procedures and StructuralTypes properties;Review StructuralTypeConfiguration/StructuralTypeConfiguration<T> as...
View ArticleCreated Issue: Null argument exception when trying to return an entry with a...
Scenario:I have defined an entity set with a custom edit link (that doesn't follows conventions) and when I try to retrieve an entity in minimal metadata mode to check that the edit link gets emitted,...
View ArticleEdited Issue: Null argument exception when trying to return an entry with a...
Scenario:I have defined an entity set with a custom edit link (that doesn't follows conventions) and when I try to retrieve an entity in minimal metadata mode to check that the edit link gets emitted,...
View ArticleEdited Issue: Null argument exception when trying to return an entry with a...
Scenario:I have defined an entity set with a custom edit link (that doesn't follows conventions) and when I try to retrieve an entity in minimal metadata mode to check that the edit link gets emitted,...
View ArticleEdited Issue: Null argument exception when trying to return an entry with a...
Scenario:I have defined an entity set with a custom edit link (that doesn't follows conventions) and when I try to retrieve an entity in minimal metadata mode to check that the edit link gets emitted,...
View ArticleNew Post: Enum support for Delta Patch
Hello,Were you able to reproduce with the sample above?
View ArticleNew Post: Enum support for Delta Patch
Hey blake05,I was able to repro your issue successfully. Unfortunately, Delta<T> was tested with only the ODataFormatter. We never tried Delta<T> with the json formatter. Some of the things...
View ArticleNew Post: Enum support for Delta Patch
Hello,Thanks for the heads up, I didn't really see this anywhere in the initial documentation, but found it after a lot of clicking. They say there is a ton of issues with using ODataMediaTypeFormatter...
View Article