Edited Issue: Action selection shouldn't depend on whether an Uri based...
This is from the post : http://stackoverflow.com/questions/14610039/how-to-disambiguate-between-two-actions-in-apicontroller1. __Works (Note: the parameter is NOT an...
View ArticleEdited Issue: Action selection shouldn't depend on whether an Uri based...
This is from the post : http://stackoverflow.com/questions/14610039/how-to-disambiguate-between-two-actions-in-apicontroller1. __Works (Note: the parameter is NOT an...
View ArticleEdited Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleCommented Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleCreated Issue: Logging tracing information when OData routing is failed [822]
Scenario: when user requests a odata action url with GET http method, which is wrong in in odata spec, the error message returns back from server doesn't show specific error. It...
View ArticleCommented Issue: Razor V2 Bug: Not able to use @this inside code block [458]
In Razor v2, we are not able to use @this inside razor code block. For example, if we use this in Razor V2 then the parser shows a parser error.@if...
View ArticleCommented Issue: Web Api ModelState validation is ignoring the...
Given a model with these data annotations:public class Example{[Required][Display(Name = "Activity response")] public string ActivityResponse { get; set; }}I would expect the model state error message...
View ArticleCommented Issue: Make HostedHttpRoute public [305]
Hi,I'm the author of AttributeRouting, an open-source project that lets users specify routes using attributes in Mvc, Http.WebHost, and Http.SelfHost scenarios. When generating route for Http.WebHost...
View ArticleCreated Issue: Content negotiation doesn't fallback correctly with old odata...
In ODataServiceSample project in http://aspnet.codeplex.comSend request:GET /Products HTTP/1.1Host: localhost:50231Connection: keep-aliveAccept: application/atomsvc+xml;q=0.8,...
View ArticleCommented Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleEdited Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleCreated Issue: NotMapped property can't be add explicitly by model builder [824]
The scenario is that I have some properties that I don't want to map to EF. So I set NotMapped to them. However I want to show them on odata. So I explicitly add those properties: var user =...
View ArticleCommented Issue: Help Pages XmlDocumentationProvider should process class...
We've got support for parsing comments generated for methods, but not the class. Would be great to also be able to provide class level xml comments.Comments: I would like to see this functionality...
View ArticleCommented Issue: Help Pages XmlDocumentationProvider should process class...
We've got support for parsing comments generated for methods, but not the class. Would be great to also be able to provide class level xml comments.Comments: I would like to see this functionality...
View ArticleEdited Issue: NotMapped property can't be add explicitly by model builder [824]
The scenario is that I have some properties that I don't want to map to EF. So I set NotMapped to them. However I want to show them on odata. So I explicitly add those properties: var user =...
View ArticleEdited Issue: Content negotiation doesn't fallback correctly with old odata...
In ODataServiceSample project in http://aspnet.codeplex.comSend request:GET /Products HTTP/1.1Host: localhost:50231Connection: keep-aliveAccept: application/atomsvc+xml;q=0.8,...
View ArticleEdited Issue: Logging tracing information when OData routing is failed [822]
Scenario: when user requests a odata action url with GET http method, which is wrong in in odata spec, the error message returns back from server doesn't show specific error. It...
View ArticleCommented Issue: Considering support ModelState error in ODataError [565]
Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.However, ModelState errors are very common in real...
View ArticleCommented Issue: Considering support ModelState error in ODataError [565]
Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.However, ModelState errors are very common in real...
View ArticleCreated Issue: "[FromBody] Uri link" parameter should be removed from...
"[FromBody] Uri link" parameter should be removed from DeleteLink method of EntitySetController as its not required.
View Article