Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live

Edited Feature: Add JSON Light support [483]

Need to set the ODataMessageWriterSetting.MetadataDocumentUri before calling ODataWriter

View Article


Edited Issue: OData formatter handles content types incorrectly [588]

The OData media type formatter says it handles app/xml, app/atom+xml andapp/json;odata=verbose. However, it doesn't always support these content types. For example, for a feed, it only supports atom...

View Article


Edited 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 Article

Edited Feature: $format is not supported [582]

ODATA services should support $format ($format=json and $format=atom) query string parameters.<br />As described here http://www.odata.org/documentation/uri-conventions#FormatSystemQueryOption .

View Article

Closed Issue: application/json request returns odata=fullmetadata [642]

When asking for application/json on an odata json.light enabled service, the service returns application/json;odata=fullmetadata instead of application/json;odata=minimalmetadataComments: Fixed for RC

View Article


Created Issue: Convert MessageDetail in HttpError to ODataInnerError [703]

ODataError doesn’t support custom error, but it can have ODataInnerError, which can contain a nested InnerError, message, stack trace and type name.We should be able to use ODataInnerError.Message to...

View Article

Created Issue: ODataMediaTypeFormatter is case sensitive causing error during...

I receive the error below when accessing my People Feed at: http://localhost:51155/api/peopleIf I capitalize 'People' ie: http://localhost:51155/api/People, it works just fine.<m:error...

View Article

Created Issue: We should allow people setting the AllowedFunctionNames to...

[Queryable(AllowedFunctionNames=AllowedFunctionNames.AllFunctionNames)]IQueryable<Customer> Get(){..}This will throw exception saying that AllFunctionNames is not a valid enum value. Here is the...

View Article


Edited Issue: We should allow people setting the AllowedFunctionNames to...

[Queryable(AllowedFunctionNames=AllowedFunctionNames.AllFunctionNames)]<br />IQueryable<Customer> Get()<br />{<br />..<br />}<br /><br />This will throw...

View Article


Created Issue: Navigation properties incorrect deserialization of key when...

using latest nightly of System.Web.Http.OData. using ODataConventionModelBuilder() and EnableOData() with Entity Framework.When using a string as the key, links are generated as...

View Article

Commented Issue: Navigation properties incorrect deserialization of key when...

using latest nightly of System.Web.Http.OData. using ODataConventionModelBuilder() and EnableOData() with Entity Framework.<br /><br />When using a string as the key, links are generated as...

View Article

Edited Issue: Navigation properties incorrect deserialization of key when...

using latest nightly of System.Web.Http.OData. using ODataConventionModelBuilder() and EnableOData() with Entity Framework.<br /><br />When using a string as the key, links are generated as...

View Article

Created Issue: Set MaxDataServiceVersion to 3.0 in model builder [707]

If we don't do that, client code won't work for V3 features like collection property.A workaround right now is to use following code:var model =...

View Article


Edited Feature: OData does not support $inlinecount=allpages [330]

This is obviously very needed. See my comments about ODataResult on how this should be intelligently implemented without using things like ODataResult.

View Article

Commented Feature: OData does not support $inlinecount=allpages [330]

This is obviously very needed. See my comments about ODataResult on how this should be intelligently implemented without using things like ODataResult.Comments: Fix added with this checkin:...

View Article


Edited Issue: Set MaxDataServiceVersion to 3.0 in model builder [707]

If we don't do that, client code won't work for V3 features like collection property.<br /><br />A workaround right now is to use following code:<br />var model =...

View Article

Edited Issue: Convert MessageDetail in HttpError to ODataInnerError [703]

ODataError doesn’t support custom error, but it can have ODataInnerError, which can contain a nested InnerError, message, stack trace and type name.<br /><br />We should be able to use...

View Article


Edited Issue: Consider different signature for...

Per HongMei<br /><br />Some possibilities:<br />Return Collection<T> instead of IEnumerable<T><br />Move the method to ODataMediaTypeFormatter and call it something...

View Article

Edited Issue: Consider different signature for...

Per HongMei<br /><br />Some possibilities:<br />Return Collection<T> instead of IEnumerable<T><br />Move the method to ODataMediaTypeFormatter and call it something...

View Article

Edited Issue: Consider adding a type hierarchy under ODataMediaTypeFormatter...

Per HongMei: Consider classes like JsonODataMediaTypeFormatter, AtomODataMediaTypeFormatter, XmlODataMediaTypeFormatter, etc.

View Article
Browsing all 7215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>