Commented Issue: Make JsonContractResolver a public class [228]
This would enable overriding the ResolvePropertyName method (see Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver) without having to reimplement the entire JsonContractResolver...
View ArticleSource code checked in, #b3260efa7cd4b6382e7926fe9c600bb0e683bf69
[OData] Decrease max $expand depth to 1.
View ArticleNew Post: Web API OData - atom+xml formatting issue when getting individual...
Complex properties are formatted as application/xml. Only entries and feeds (entities and collection of entities) are formatted as application/atom+xml. So, the behavior that you are seeing is correct....
View ArticleNew Post: Web API OData - atom+xml formatting issue when getting individual...
Thank you! That's what I wanted to know.
View ArticleCommented Feature: $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 ArticleEdited Issue: Validation - consider using FileExtensionsAttribute from...
The said attribute is new in .net 4.5We should consider obsoleting out own FileExtensions attribute if the new attribute can be made to work with instances of HttpPostedFileBase (it is currently only...
View ArticleEdited Issue: JQuery Validation plugin - include additional-methods file [1057]
The JQuery Validation plugin is normally bundled with a file named additional-methods.js that adds some more validation methods to the basic ones that are in the plugin.Two of which, 'accept' (for...
View ArticleCreated Unassigned: [HelpPage]Do not display parameter info when action...
For the following action, we are currently displaying parameter info(attached an snapshot image) in help page:```public IEnumerable<string> Get(HttpRequestMessage request){ return new string[] {...
View ArticleCreated Unassigned: Make ODataQueryOptions behave more like a property [1061]
As of right now, every time the user calls EntitySetController.QueryOptions we create a new instance of ODataQueryOptions<T>.This causes some problems when the user calls it several times and...
View ArticleCommented Issue: Add support for conditional attributes in the Html helpers...
Today, if a user puts the following in a CSHTML page:@Html.TextBox("myname", "mytext", new { disabled = isDisabled })this will render a "disabled" attribute whose value will be set to True or False....
View ArticleEdited Issue: PushstreamContent in Win8 App is not working [324]
I am hitting an issue with using PushStreamContent in the Windows store app. I don’t see the same issue in the traditional console app though. It’s a simple scenario where I am ‘POST’ing some small...
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 ArticleEdited Unassigned: Provide a way to specify actual return type for actions...
OData and HelpPage areas are effected by this:__OData____Error__:{"Message":"An error has occurred.","ExceptionMessage":"Cannot create an EDM model as the action 'Get' on controller 'Customers' has a...
View ArticleNew Post: TaskHelperExtensions.Then can hang indefinitely if the continuation...
Hi guys, It's my first time here so apologies if I'm using the wrong channel to raise this issue. I was unit testing some task based server side logic and found that my tests would just run forever...
View ArticleEdited Issue: Document that IValueProvider.GetValue() returns null if the...
Document that IValueProvider.GetValue() returns null if the exact key is not found.This applies to both MVC and WebAPI versions.
View ArticleEdited Unassigned: [WebApiOnOwin]Uploading a 2GB file with custom input...
Repro sample : FileUploadSample (file://KK-MC2/FileUploadSample)I have a simple custom buffer selector where UseBufferedInputStream returns true.When I try to upload a 2GB fails, I am seeing a failure...
View ArticleEdited Unassigned: [WebApiOnOwin]Uploading a 2GB file with custom input...
Repro sample : FileUploadSample (file://KK-MC2/FileUploadSample)I have a simple custom buffer selector where UseBufferedInputStream returns true.When I try to upload a 2GB fails, I am seeing a failure...
View Article