Edited Issue: Always available actions that don´t follow conventions should...
Scenario:I create an entityset. I define an entity bound action that is always available. I define that the link for the action doesn't follows conventions.I query for a feed in minimal metadata or no...
View ArticleCommented Issue: WebAPI OData needs HEAD support [785]
Excel, and others often issue HEAD requests (particularly when asking for metadata) to see if anything has changed.Currently HEAD is an unsupported method.As a workaround (non-optimal), you can...
View ArticleCommented Issue: Consider routing to different controller on cast [788]
Currently when accessing an entity via it's derived type using a cast ODataPath the action selector with pick the action on the controller for the base entity (or fail if missing). It would be nice if...
View ArticleCreated Issue: Consider changing links on cast retrievals [794]
When querying via a derived type e.g.:odata/BaseEntities(10)/DerivedEntityThe self and edit links (validly) are based on the request URI. However, the returned entity is...
View ArticleCommented Issue: WebAPI OData needs HEAD support [785]
Excel, and others often issue HEAD requests (particularly when asking for metadata) to see if anything has changed.Currently HEAD is an unsupported method.As a workaround (non-optimal), you can...
View ArticleCommented Issue: WebAPI OData needs HEAD support [785]
Excel, and others often issue HEAD requests (particularly when asking for metadata) to see if anything has changed.Currently HEAD is an unsupported method.As a workaround (non-optimal), you can...
View ArticleNew Post: Supporting HasStream with System.Web.Http.OData implementation
Hi,We are trying to use Web API and OData. Some of our entities need to support streams, and it seems like support forHasStream on the metadata and correctly configuring the ODataEntry as a...
View ArticleNew Post: XML formatting support in ASP.NET Web API OData
Hi guys,Is application/xml supported as content type for OData in latest nightly builds? I had problems getting it to work (json works fine).EDIT: Seems like the issue was on my side. Switched to REST...
View ArticleNew Post: XML formatting support in ASP.NET Web API OData
Yes, application/xml is a supported content type. We recently made the switch to application/json (minimal metadata variant) recently as the default format). $format is not supported out of the box....
View ArticleNew Post: XML formatting support in ASP.NET Web API OData
Thanks for explanation, is there any easy way to change default format to xml?
View ArticleNew Post: Combobox header name not showing
Hello,i have got solution the solution of My Problem:First Create function in My Current page function setHeaderCB() {$('#CB_ctr').css('width', '880px'); $('#CB_ctr .content').append('Building...
View ArticleNew Post: any word on when $expand support might be coming?
What's the current roadmap look like for this? Alternatively, any broad suggestions about how it might be implemented?
View ArticleNew Post: Supporting HasStream with System.Web.Http.OData implementation
Right now, the formatter lacks the extensibility points for implementing MLE and named resource streams. We are considering making the formatter more extensible as well as supporting named streams and...
View ArticleCreated Issue: Add support for "Server.Transfer" ("TransferToAction") [798]
Please add suppoort for changing the invoked MVC action method ( WITHOUT having to create a new http request, as RedirectToRouteResult does).I think it should be possible to change/forward/transfer the...
View ArticleNew Post: MVC v5 source will require VS2012
FYI - Heads up if you contribute but haven't installed VS2012 yet. For MVC v5, we'll be moving to .NET 4.5, and our projects/solutions will require VS2012.Let us know if you have any questions or...
View ArticleNew Post: any word on when $expand support might be coming?
No specific timeframe yet, but it most likely won't show up for at least a couple of months.Daniel Roth
View ArticleCreated Issue: Inconsistent display of validation summary header when...
Validation summary header is not displayed when the client-side validation is enabled and excludePropertyErrors is set true:@Html.ValidationSummary(true, "sorry something went wrong.")However when you...
View Article