Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Browsing all 7925 articles
Browse latest View live
↧

Commented Issue: Rename Web API OData's HttpConfigurationExtensions to...

This way the type name won't conflict with the ones in other assemblies. Having the same name means that it will be more difficult to do searches for it online or to find documentation.Comments: Rename...

View Article


Edited Issue: 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


Closed Issue: Provide convenient overloads of CreateODataErrorResponse [659]

Provide overloads where I could supply the error Message itself instead of current behavior of instantiating ODataError.Example:if (key != update.ID){ throw new...

View Article

Edited Issue: GetODataPathHandler extension returns null. [654]

Request.GetConfiguration().GetODataPathHandler() is returning null. This is probably because we are not calling SetODataPathHandler when creating the default path handler.<br /><br...

View Article

Edited Issue: Provide action names with navigation property in...

Instead of "CreateLink" or "DeleteLink" names for actions that this convention currently generates, could we have actions like "CreateLinkTo<NavigationProperty>" below out of the box?<br...

View Article


Commented Issue: Provide action names with navigation property in...

Instead of "CreateLink" or "DeleteLink" names for actions that this convention currently generates, could we have actions like "CreateLinkTo<NavigationProperty>" below out of the box?<br...

View Article

Closed Issue: Delta is not populating GUIDs or INT fields [648]

I'm looking to do partial updates on a web api controller action by using the Delta wrapper.<br /><br />I have a model like such:<br /><br />public class Person<br...

View Article

Edited 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=minimalmetadata

View Article


Edited Issue: Excluded OData related controllers from web api help page [641]

It doesn't really make sense for the OData related controllers (ex ODataMetadataController, EntitySetController) to show up in the web API help page.<br /><br />You can exclude them using...

View Article


Edited Issue: $orderby not working on child entity [583]

when supplying an $orderby parameter which requires the access of a property on a child entity; the returned entity collection is not ordered correctly.<br /><br />example:...

View Article

Edited Feature: $orderby not working on child entity [583]

when supplying an $orderby parameter which requires the access of a property on a child entity; the returned entity collection is not ordered correctly.<br /><br />example:...

View Article

Commented Feature: $orderby not working on child entity [583]

when supplying an $orderby parameter which requires the access of a property on a child entity; the returned entity collection is not ordered correctly.<br /><br />example:...

View Article

Created Issue: Add overload to the model builder to indicate whether the...

Add overload to the model builder to indicate whether the links are following convention, which includes edit link, navigation and self link. This is to prevent the links to show up for the Json light...

View Article


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

Edited Issue: EnableOData will convert HttpError to ODataError even it's not...

By EnableOData in an existing web api project, all the HttpError in the project will be converted to ODataError when client requests application/json or application/xml.<br /><br />The...

View Article


Created Issue: BrowserHelpers.GetOverriddenBrowser should use...

if (!String.Equals(overriddenUserAgent, httpContext.Request.UserAgent)){ overriddenBrowser = createBrowser(overriddenUserAgent);}

View Article

Closed Issue: ODataPathParser doesn't work with virtual directory path [603]

For example: http://hongye2dev3/77a0d52dd12d4a5bbfeaedb62b8b32a9/UniverseEntity can't get path for odata.It's because in ODataPathParser.cs: 41Uri relative = baseUri.MakeRelativeUri(uri);baseUri = uri:...

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 Issue: OData : Select character encoding based on the content headers...

Currently UTF8 encoding is hardcoded and is always used to write the content. We would need to use the base.SelectCharacterEncoding(..) to get the appropriate encoding to write. This helper method is...

View Article

Edited Feature: Add JSON Light support [483]

Need to set the ODataMessageWriterSetting.MetadataDocumentUri before calling ODataWriter

View Article
Browsing all 7925 articles
Browse latest View live


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