Edited 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 ArticleEdited 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 ArticleEdited 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 ArticleCommented Unassigned: Global error handler for Web API [1001]
If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...
View ArticleCommented 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 ArticleClosed Issue: UrilHelper's link generation should be case IN-sensitive when...
Following is the inconsistent experience currently.Scenario1---------I have the following route(NOTE: the route tokens are all in CAPS...more realistic scenario is when users say 'Controller'...note...
View ArticleClosed Issue: Attribute routing should consider per-controller configuration...
Currently we always take the IHttpActionSelector implementation present on global configuration. We should consider taking it from Per-Controller configuration if present.HelpPage, for example,...
View ArticleClosed Issue: Disambiguate actions correctly when they are overloaded by Enum...
The details behind this issue can be found here:http://forums.asp.net/post/5102466.aspxEnum types by default are FromUri as it has a TypeConverter from string. Comments: Verified.
View ArticleClosed Issue: Batching scenario not working in Web host. [957]
I have been unable to make batching work in Web host scenarios with our latest code. I tried using Brad Wilson's batching sample from his blog post and also the HostedBatch sample in public asp.net...
View ArticleClosed Issue: Batching handlers should dispose responses in case of...
When a batch request is received in Web API, this request is spawn into multiple requests. When these requests are being executed one by one, there is a possibility that one of the request's processing...
View ArticleClosed Issue: ApiExplorer incorrectly assumes conflicts when a controller's...
I have a ValuesController and StudentsController in my application and following routes:```config.Routes.MapHttpRoute( name: "Api2", routeTemplate: "api/Values/{id}", defaults: new { id =...
View ArticleCommented Issue: Razor code formatting is broken when using tabs in VS2012...
When using "Keep tabs" instead of the default "Insert spaces", and running "Fomat document" (CTRL-E, CTRL-D) on in a .cshtml file with razor code any ifs inside other markup gets "mangled". I've...
View ArticleCommented Feature: Make the ApiControllerActionSelector more extensible [277]
The goal is to have the default action selector (ApiControllerActionSelector) expose some hooks or properties so that it's easier to customize.Comments: A yes vote from me.
View ArticleCreated Unassigned: Provide an EmptyAuthenticationResult that signals the...
When implementing an IAuthenticationFilter, in the AuthenticateAsync method you can return one of the out of the box implemented classes: SuccessfullAuthenticationResult or FailedAuthenticationResult...
View ArticleCommented Issue: Razor code formatting is broken when using tabs in VS2012...
When using "Keep tabs" instead of the default "Insert spaces", and running "Fomat document" (CTRL-E, CTRL-D) on in a .cshtml file with razor code any ifs inside other markup gets "mangled". I've...
View ArticleCommented Issue: Razor code formatting is broken when using tabs in VS2012...
When using "Keep tabs" instead of the default "Insert spaces", and running "Fomat document" (CTRL-E, CTRL-D) on in a .cshtml file with razor code any ifs inside other markup gets "mangled". I've...
View ArticleCreated Unassigned: Support Rails ActiveModel::Serializer Pattern for JSON...
Many client side JavaScript libraries are built off the assumption that the REST services use the [ActiveModel::Serializer pattern](https://github.com/rails-api/active_model_serializers) for JSON data....
View ArticleCreated Unassigned: [Regression]Multipart parser not setting content length...
Attached a repro.__Issue__:The below action is returning null when actually there is valid data in the content. The issue here is that the content header ‘Content-Length’ value is 0 even though the...
View ArticleCommented Issue: Razor code formatting is broken when using tabs in VS2012...
When using "Keep tabs" instead of the default "Insert spaces", and running "Fomat document" (CTRL-E, CTRL-D) on in a .cshtml file with razor code any ifs inside other markup gets "mangled". I've...
View ArticleClosed Issue: MQ: Don't disable warnings at the project level [613]
CS0618: We want the compiler to help us remember not to call obsolete methods. If there are specific cases where we need to do so, we should add suppressions at the source level (#pragma), not at the...
View Article