Created Unassigned: [OData] Add support for nested paging. [1016]
Now that we have $expand support, we should add support for server-driven paging for expanded feeds.
View ArticleCreated Unassigned: [OData] Add support for including non-key properties as...
We include the properties that the client has asked for (thorugh $select and $expand) and the entity keys in the projection expression we generate in the SelectExpandBinder.If people customize their...
View ArticleCommented Issue: Support IServiceProvider Injection for DataAnnotations...
I am not completely sure but at first glance, it seems to me that IServiceProvider for DataAnnotations validations is completely ignored in ASP.NET Web API.Here is a quote from Jeff Handley's blog post...
View ArticleCommented Feature: OData does not support $select [326]
This is the second most important odata commands after $filter. It's also trivial to implement because it's directly translatable to Dynamiclinq without alteration other than escaping it.Comments:...
View ArticleEdited Feature: OData does not support $select [326]
This is the second most important odata commands after $filter. It's also trivial to implement because it's directly translatable to Dynamiclinq without alteration other than escaping it.
View ArticleEdited Feature: OData does not support $select [326]
This is the second most important odata commands after $filter. It's also trivial to implement because it's directly translatable to Dynamiclinq without alteration other than escaping it.
View ArticleCommented Feature: ASP.NET web API $expand [803]
From reviewing the release notes and other available documentation, and based on some testing a few weeks ago with the source for web API odata, it seems that $expand is not supported, but there seems...
View ArticleEdited Feature: ASP.NET web API $expand [803]
From reviewing the release notes and other available documentation, and based on some testing a few weeks ago with the source for web API odata, it seems that $expand is not supported, but there seems...
View ArticleEdited Issue: ODataQueryOptions overwrites InlineCount and NextPageLink even...
If you manually set the count to return by using SetInlineCount or NextPageLink, the QueryableAttribute action filter overwrites it, so your value is never returned in the response.Confirmed as a bug...
View ArticleCommented Feature: missing serializer for entityreferencelinks [694]
we need to serialize Uri[] to entityreferencelinks.Comments: https://aspnetwebstack.codeplex.com/SourceControl/changeset/2a625d3470b90a7984cf26f6804c0b3acbbecb0c
View ArticleEdited Feature: missing serializer for entityreferencelinks [694]
we need to serialize Uri[] to entityreferencelinks.
View ArticleCommented Issue: Queryable on Class validates all methods must be IEnumerable...
Right now if you put the queryable attribute on a class it throws on Get(int ID) that returns a single object.This is patently silly and must be removed. It is absolutely valid to put [Queryable] on a...
View ArticleEdited Issue: Queryable on Class validates all methods must be IEnumerable...
Right now if you put the queryable attribute on a class it throws on Get(int ID) that returns a single object.This is patently silly and must be removed. It is absolutely valid to put [Queryable] on a...
View ArticleCreated Unassigned: Add support for Status Code/HttpHeader attributes in web...
This will allow a REST API to be self documenting for all inputs and outputs when applied on API functions.Example usage:__Http Headers__[RequestHeaderDescription(Name = "X-Auth-Token",...
View ArticleNew Post: CORS EnableCorsAttribute parameters to accept all like previous...
Thanks! Wouldn't it be a good idea to have a parameterless constructor that did the same? Kind of redundant that way...
View ArticleNew Post: Flexible Project Templates
Ideally, a project template system should have these characteristics:Easy to create: OSS projects (and anyone else) should be able to easily create project templates that can stand on equal footing...
View ArticleNew Comment on "Attribute routing in Web API"
"Give a rope to people, they will hang themselves up with it" - anonymous I have meant to write this comment weeks before but been busy and I hope it is not too late. Just fresh from finding a big...
View ArticleNew Comment on "Attribute routing in Web API"
"Give a rope to people, they will hang themselves up with it" - anonymous I have meant to write this comment weeks before but been busy and I hope it is not too late. Just fresh from finding a big...
View ArticleCommented Issue: Razor V2 Bug:Url Resolution Fails if you have Html Comment...
During discussing a thread in ASP.NET MVC forums, found a bug in Razor V2 in which the auto url resolution(~) will not work if you have an html comment with quotation or apostrophe before the url...
View ArticleCreated Unassigned: Let FacebookAuthorizeAttribute search for signed request...
Facebook release a cookie named "fbsr_##APPID##" to store the signed request when using the Javascript SDK.Why don't you update the FacebookRequestHelpers.GetSignedRequest method to search also into...
View Article