Reopened Issue: Mimetype issue when querying a feed with jaydata.js [754]
1. Download the repro project.2. Make it compile and run. (Point it to your system.web.http.odata dll)3. A web page will open when you run the solution.4. Enable all the exceptions when debugging.5....
View ArticleEdited Issue: Mimetype issue when querying a feed with jaydata.js [754]
1. Download the repro project.2. Make it compile and run. (Point it to your system.web.http.odata dll)3. A web page will open when you run the solution.4. Enable all the exceptions when debugging.5....
View ArticleClosed Issue: Mimetype issue when querying a feed with jaydata.js [754]
1. Download the repro project.2. Make it compile and run. (Point it to your system.web.http.odata dll)3. A web page will open when you run the solution.4. Enable all the exceptions when debugging.5....
View ArticleEdited Issue: ODataEntityTypeSerializer closes connection when error happens...
The issue happens when some data from server side missing some required property. The validation error is: Microsoft.Data.OData.ODataException occurred HResult=-2146233079 Message=The property...
View ArticleEdited Issue: ODataEntityTypeSerializer closes connection when error happens...
The issue happens when some data from server side missing some required property. The validation error is: Microsoft.Data.OData.ODataException occurred HResult=-2146233079 Message=The property...
View ArticleEdited Feature: Attach request to the formatter for the OData code path [661]
We can attach the request to the formatter in the odata action selector.
View ArticleEdited Issue: Consider making the Json light OData formatter the first...
For consistency with WebAPI where Json is registered before Xml
View ArticleEdited Feature: Fully support JSON light [664]
Currently we only support some payload kinds and some metadata levels and only writing. We should support the remaining payload kinds, metadata levels (minimal, no, streaming=true) and reading.
View ArticleCreated Issue: WebApi OData Ignore(Property) not honored - Still visible in...
Using ODataConventionModelBuilder in the nightly build from 1/8. Calling builder.Entity<Person>().Ignore(p => p.SocialSecurityNumber).Fetching the $metadata still shows the property, so OData...
View ArticleEdited Issue: Add xml docs for public API [724]
I found that there are several public classes missing xml doc comments. So I ran a stylecop and found that there are 276 protected or public members that are not documented. Are we going to fix them by...
View ArticleCommented Issue: WebApi OData Ignore(Property) not honored - Still visible in...
Using ODataConventionModelBuilder in the nightly build from 1/8. Calling builder.Entity<Person>().Ignore(p => p.SocialSecurityNumber).Fetching the $metadata still shows the property, so OData...
View ArticleEdited Issue: WebApi OData Ignore(Property) not honored - Still visible in...
Using ODataConventionModelBuilder in the nightly build from 1/8. Calling builder.Entity<Person>().Ignore(p => p.SocialSecurityNumber).Fetching the $metadata still shows the property, so OData...
View ArticleCreated Issue: WebApi Parameter Binding [759]
The WebApi parameter Bindings passes null values to methods when the client fails to specify the content-type i.e. content-type: application/json I would consider this to be a weakness in the WebApi...
View ArticleCommented Issue: Make EntitySetController easier to unit test [686]
Should we make the protected virtual methods public and marked with [NonAction]?Comments: After investigating this, making those methods public will make it show up in the following lookup table even...
View ArticleCreated Issue: We should have NonAction methods show up in the mapping table...
Today, if I have a public class like the following, the GetEntityByKey will show up in the mappings. [Theory][InlineData("GetKey", "GET")][InlineData("GetEntityByKey",...
View ArticleEdited Issue: Make EntitySetController easier to unit test [686]
Should we make the protected virtual methods public and marked with [NonAction]?After investigating this, making those methods public will make it show up in the following lookup table even though...
View ArticleEdited Issue: Make EntitySetController easier to unit test [686]
Should we make the protected virtual methods public and marked with [NonAction]?
View ArticleCreated Issue: Help Pages - Display nice error message if...
If the provider is pointed at a file that doesn't exist, we get an unhandled exception that bubbles up as a YSOD (for a local request).Could we catch this unhandled exception and generate a simple...
View ArticleCommented Issue: We should have NonAction methods show up in the mapping...
Today, if I have a public class like the following, the GetEntityByKey will show up in the mappings. [Theory][InlineData("GetKey", "GET")][InlineData("GetEntityByKey",...
View ArticleEdited Issue: Routing conventions should not handle requests if action does...
Right now, several actions return an action name even if the action doesn't exist. We should avoid handling the request if the action doesn't exist so other routing conventions can try to handle it.
View Article