Created Issue: OData formatter doesn't support writing nulls [584]
Previously captured in this test name:WriteToStreamAsync_WhenObjectIsNull_WritesDataButDoesNotCloseStream
View ArticleClosed Issue: OData formatter doesn't support writing nulls [584]
Previously captured in this test name:WriteToStreamAsync_WhenObjectIsNull_WritesDataButDoesNotCloseStreamComments: Apparently by design
View ArticleCommented Issue: $format is not supported [582]
ODATA services should support $format ($format=json and $format=atom) query string parameters.As described here http://www.odata.org/documentation/uri-conventions#FormatSystemQueryOption .Comments:...
View ArticleClosed Issue: Action advertisement not happening in some cases of inheritance...
In the following inheritance hierarchy, I have an action called 'SetWheelCount' defined for the Motorcyle entity type.Vehicle -> Motorcycle -> SportBikeIn my controller i am returning an instance...
View ArticleClosed Issue: Incorrect navigation links being generated [512]
I used ODataService sample for this scenario. (Both implicit and explicit models)Notice the 'rel' links in the Response message.Expected:'rel' for Supplier :...
View ArticleClosed Issue: Advertise actions information of entities or collections of...
OData spec here talks about 'advertising' of actions in the response. It says 'MAY', but this bug is just to keep track of atleast to make sure we provide this...
View ArticleClosed Issue: Make primitive parameters non-nullable by default when they are...
In the following action configuration, 'DateTime' parameter needs to be shown as Nullable="False" in the metadata document.ActionConfiguration:var product = products.EntityType;var extendSupportAction...
View ArticleNew Post: How does EditorFor work?
I am hoping someone will help me understand the source code for EditorFor so I can implement something similar. Â I'll describe my use case first. I want to create a helper method that allows someone...
View ArticleNew Post: any word on when $expand support might be coming?
$expand and $select are available in breeze.js today
View ArticleCreated Issue: Large responses end up on LOH when using Razor engine [585]
When rendered views are sufficiently large, they will end up on Large Object Heap since Razor engine generates the response inside-out into one large string. This then creates one large object going...
View ArticleCommented Issue: $format is not supported [582]
ODATA services should support $format ($format=json and $format=atom) query string parameters.As described here http://www.odata.org/documentation/uri-conventions#FormatSystemQueryOption .Comments:...
View ArticleCommented Feature: OData $format parameter is ignored [278]
In WebApi OData requests $format parameter, which should allow to change returned format is ignored, even it said, that it should override headers information...
View ArticleCreated 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 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 ArticleSource code checked in, #235544cf12a2
Fix for adding custom httproute. Before this fix, if one add custom HttpRoute through the config.Routes.Add method, their GetRouteData method and GetVirtualPath are ignored. Now it will get invoked...
View ArticleEdited Issue: ASP.NET Web API does not call GetRouteData for custom...
Here is the issue explained and a repro http://stackoverflow.com/questions/12544150/asp-net-web-api-rtm-and-subdomain-routes
View ArticleCommented Issue: ASP.NET Web API does not call GetRouteData for custom...
Here is the issue explained and a repro http://stackoverflow.com/questions/12544150/asp-net-web-api-rtm-and-subdomain-routesComments: commit 235544cf12a25d2fd072c1eafec4c681c9d6068e
View ArticleCreated Issue: Additional '@' characters in Razor code blocks break...
1. In Visual Studio, create a Razor v2 web site.2. Copy and paste the following code into one of the content pages:@{ //Check there are slider image page loaded var theCount =...
View ArticleSource code checked in, #bfa28d1ddbca
[OData] Refactor QueryableAttribute's ValidateQuery method to optionally validate the ODataQueryOptions as well
View ArticleCommented Feature: OdataQueryOptions does not override NotSupported on...
If you have a class decorated with Queryable and then override the OData Queryable on a specific method in that class with ODataQueryOptions the Queryable Attribute will still throw a not supported...
View Article