New Comment on "Roadmap"
Nice direction guys. The new ODATA work looks promising. Any possibility for some kind of discovery service and client/proxy generation in the future now that most of the foundation is laid?
View ArticleNew Post: OData Routing
Sorry for not getting back to you sooner. It would seem I've been living out of a meeting room this week. I just wanted to let you know that your solution does work, but I'm still wondering what is...
View ArticleNew Post: WEB API ODATA - GET on properties
Hi All! We are having the following problem: We have an EnrollmentController derived from EntitySetController and if we send GET request for /Enrollments('<guid id>') it works fine. When we send...
View ArticleNew Post: ASP.Net Web API Help Pages: Document Model Data Annotations
Hi Kiran, Thanks for the reply. Just to make sure I put the request in the right place...can you please confirm that this is the correct forum:http://aspnet.uservoice.com/forums/147201-asp-net-web-api...
View ArticleNew Post: ASP.Net Web API Help Pages: Document Model Data Annotations
Hi, Issue tracker is located here: http://aspnetwebstack.codeplex.com/workitem/list/basic I tried to look in the 'uservoice' to see if i can move your request from there to the issue tracker, but...
View ArticleCreated Issue: ASP.Net Web API Help Pages: Document Model Data Annotations [877]
Can the ApiExplorer provide a way to generate documentation which details the Properties (and their data annotations) of an ApiController action paramater? If the action method of a Web API Controller...
View ArticleEdited Issue: ASP.Net Web API Help Pages: Document Model Data Annotations [877]
Can the ApiExplorer provide a way to generate documentation which details the Properties (and their data annotations) of an ApiController action paramater? If the action method of a Web API Controller...
View ArticleCreated Issue: Inconsistent Key Parameters with Actions [878]
I am using a guid for the key of my entity. When requesting the entity I must use a format like the following.```http://site/odata/MyEntities(062e803f-e61d-48c7-a65d-835ff232632f)```Using the OData...
View ArticleCreated Issue: Allow Mocking HttpRequestMessage [879]
HttpRequestMessage needs an interface or virtual members so it can be mocked in unit tests.See http://aspnetwebstack.codeplex.com/discussions/358709 for more.
View ArticleCommented Issue: Inconsistent Key Parameters with Actions [878]
I am using a guid for the key of my entity. When requesting the entity I must use a format like the following.```http://site/odata/MyEntities(062e803f-e61d-48c7-a65d-835ff232632f)```Using the OData...
View ArticleEdited Issue: Inconsistent Key Parameters with Actions [878]
I am using a guid for the key of my entity. When requesting the entity I must use a format like the following.```http://site/odata/MyEntities(062e803f-e61d-48c7-a65d-835ff232632f)```Using the OData...
View ArticleCreated Issue: Provide a MapODataRoute extension for accepting Per-route...
Provide a MapODataRoute extension for accepting Per-route Message Handler.Scenario: For Excel 2010, since it does not send accept header when importing data, i would like to modify the accept header...
View ArticleCreated Issue: Add OData Function Support [881]
Just like with actions, please add support for OData Functions. These are easy to implement with WebApi but it is very difficult to advertise the functions in the metadata since webapi odata currently...
View ArticleCommented Issue: Inconsistent Key Parameters with Actions [878]
I am using a guid for the key of my entity. When requesting the entity I must use a format like the following.```http://site/odata/MyEntities(062e803f-e61d-48c7-a65d-835ff232632f)```Using the OData...
View ArticleSource code checked in, #96cce4c597c1
Convert Web API to use async/await instead of TaskHelpers for async continuations and exception handling
View ArticleCommented Issue: ValidateQuery: Method not found: 'Int32...
Here's the query that is generating this error in QueryableAttribute.ValidateQuery:<br /><br...
View ArticleNew Post: WEB API ODATA - GET on properties
Sounds like you are doing all of the right things, but you are hitting some limitations in both the OData protocol spec and the level of protocol support in ASP.NET Web API. To enable the Status...
View ArticleSource code checked in, #4764b0111b91
Code Review feedback for Formatting Portable Library.
View ArticleNew Post: Why are the temporary UserCache XMLs being reused when my...
Hi all, Just wanted to chime in here and confirm that this does work for adding assemblies. My issue was similar in that the framework was unable to instantiate controllers that were located in the...
View ArticleCreated Issue: FileExtensionsAttributeAdapter no longer works with jQuery...
The "Accept" rule in the latest version of jQuery Validate now expects a mime type to be specified, not a file extension.A new "Extensions" rule has subsequently been added for this purpose.Note that...
View Article