Reopened Unassigned: Rename ErrorResult to BadRequestResult [1188]
Currently the Error result used to generate a BadRequest result is called Error result. This is confusing as when the user does something like return new ErrorResult() there is no easy way to know what...
View ArticleEdited Unassigned: Rename ErrorMessageResult to BadRequestResult [1188]
Currently the Error result used to generate a BadRequest result is called Error result. This is confusing as when the user does something like return new ErrorResult() there is no easy way to know what...
View ArticleCommented Unassigned: Rename ErrorMessageResult to BadRequestResult [1188]
Currently the Error result used to generate a BadRequest result is called Error result. This is confusing as when the user does something like return new ErrorResult() there is no easy way to know what...
View ArticleCommented Issue: Parse function in jquery.validate.unobtrusive.js performance...
The jquery statement$(selector).find(":input[data-val=true]").each(....) - line 173 jquery.validate.unobtrusive.js within the Parse(selector) method.Provides better performance if it is re-written as a...
View ArticleCommented Unassigned: EntityCommandExecutionExceptions when using $expand [1200]
I'm using OData with Entity Framework and am having some problems when using $expand.I'm getting this error:"There is already an open DataReader associated with this Command which must be closed...
View ArticleCommented Unassigned: EntityCommandExecutionExceptions when using $expand [1200]
I'm using OData with Entity Framework and am having some problems when using $expand.I'm getting this error:"There is already an open DataReader associated with this Command which must be closed...
View ArticleClosed Unassigned: [WebApiOnOwin]Provide IAppBuilder extension which accepts...
Scenario: Use Web API request batching on Owin.Our DefaultHttpBatchHandler requires us to supply the HttpServer instance to it, so I cannot use the 'UseWebApi' extension here. So, I am using the...
View ArticleEdited Issue: Low performance while serializing large OData feeds [1183]
``` public class ProductsController : ODataController{//[Queryable(PageSize = 10)] public IQueryable<Product> Get(){ return Product.Resources.AsQueryable();}} public class Product{ public int ID...
View ArticleClosed Issue: FileExtensionsAttributeAdapter no longer works with jQuery...
The "Accept" rule in the latest version of jQuery Validate now expects a mime type to be specified, not a file extension.A new "Extensions" rule has subsequently been added for this purpose.Note that...
View ArticleClosed Issue: Low performance while serializing large OData feeds [1183]
``` public class ProductsController : ODataController{//[Queryable(PageSize = 10)] public IQueryable<Product> Get(){ return Product.Resources.AsQueryable();}} public class Product{ public int ID...
View ArticleClosed Issue: Rename ErrorMessageResult to BadRequestErrorMessageResult [1188]
Currently the ErrorMessageResult class is used to generate a result with a BadRequest status code. This is confusing as when the user does something like return new ErrorMessageResult() there is no...
View ArticleClosed Issue: OData $batch fails with WCF DS client [1135]
with exception,Unhandled Exception: System.Data.Services.Client.DataServiceRequestException: An error occurred while processing this request. --->...
View ArticleClosed Issue: All MVC pages fail with the message "An item with the same key...
Under some unknown conditions, all MVC pages fail with the message "An item with the same key as already been added". This issue has been reported on stackoverflow and forums.asp.net, see [All MVC...
View ArticleReopened Issue: All MVC pages fail with the message "An item with the same...
Under some unknown conditions, all MVC pages fail with the message "An item with the same key as already been added". This issue has been reported on stackoverflow and forums.asp.net, see [All MVC...
View ArticleClosed Issue: All MVC pages fail with the message "An item with the same key...
Under some unknown conditions, all MVC pages fail with the message "An item with the same key as already been added". This issue has been reported on stackoverflow and forums.asp.net, see [All MVC...
View ArticleEdited Issue: All MVC pages fail with the message "An item with the same key...
Under some unknown conditions, all MVC pages fail with the message "An item with the same key as already been added". This issue has been reported on stackoverflow and forums.asp.net, see [All MVC...
View ArticleCreated Unassigned: Web Api 2 Attribute Routing - Extension Issue [1203]
I am using the new attribute routing in Web Api 2 and am having the following issue with web hostingI have set up extension mapping as...
View ArticleCommented Unassigned: Web Api 2 Attribute Routing - Extension Issue [1203]
I am using the new attribute routing in Web Api 2 and am having the following issue with web hostingI have set up extension mapping as...
View ArticleCreated Unassigned: Add RouteAttribute, remove attribute routing properties...
Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...
View ArticleCreated Feature: Add DefaultRouteAttribute [1205]
Attribute routing can get a bit verbose when you are dealing with simple resource oriented ApiControllers. The proposal is to add a DefaultRouteAttribute that specifies the default route for all...
View Article