Edited Issue: Update the Web API OWIN adapter to use Microsoft.Owin once it...
Biggest adoption blockers identified so far are:1. Potential null refs when computing URIs2. Doesn't throw when required keys are missing from the environment, or when the environment has the wrong...
View ArticleNew Post: Odata batch issue - with nightly
Hi, I'm using the nightly to test the batch support of the Web API Odata. It works good when the batch body contains GET requests without changeset, but when I try updating(PUT) or creating(POST) with...
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 ArticleCommented Issue: Bundler / minifier not handling end of file comments...
I have noticed that the bundler doesn't handle single line comments at the end of a javascript file correctly (or as would be expected), when the script is bundled and minified. A single line comment...
View ArticleEdited Issue: WebAPI ODataLib dependency invalid [1055]
Currently the WebAPI OData package has a dependency on ODataLib >= 5.5.0-alpha2, however if you use ODataLib 5.5.0-rc1 everything breaks.The MyGet dependency value should probably be set to...
View ArticleCommented Issue: WebAPI ODataLib dependency invalid [1055]
Currently the WebAPI OData package has a dependency on ODataLib >= 5.5.0-alpha2, however if you use ODataLib 5.5.0-rc1 everything breaks.The MyGet dependency value should probably be set to...
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 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 ArticleNew Post: Odata batch issue - with nightly
Hi, I tried to repro it on my machine and I haven't been able to do so. Can you copy your packages.config file to see which versions of the packages you are using? Also... does the put request work...
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 ArticleReviewed: v4.0 RTM (mai 22, 2013)
Rated 4 Stars (out of 5) - I use this platform, and it is wonderfull for web projects
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 ArticleNew Post: Odata batch issue - with nightly
Hi jacalvar, thanks for your reply.the put request is working under normal HTTP PUT request without the batch.I am extending EntitySetController. I should add that the EDM I am using (Incident in this...
View Article