Commented Feature: DisplayNameAttribute ignored in Web API 2 validation...
The following returns a model state with TerriblePropertyName is required instead of GoodName is required. This is different from MVC. Using Web API 2.```[DisplayName("GoodName")][Required] public...
View ArticleEdited Issue: Url.Action overloads (and similar) ignore inherited properties...
In MVC4, Url.Action (and similar functions) that take an 'object' of route values would construct a route value dictionary directly and rely on the logic inside the RouteValueDictionary class to...
View ArticleCommented Feature: Make KeyValueParser.ParseKeys support more format in OData...
Make the method ``` KeyValueParser.ParseKeys``` support more format in OData Uri BNF.For example, this parser won't handle the "JSON format for function parameters" (section 5 of...
View ArticleCreated Unassigned: After upgrade from MVC 5 to 5.1 Could not load file or...
As per title, I have upgraded from MVC 5 to 5.1 and receive this errorCould not load file or assembly 'System.Web.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its...
View ArticleEdited Unassigned: KeyValueParser doesn't handle '=' properly [1458]
When trying to parse the a key whose value is '=', KeyValueParser fails.
View ArticleCommented Unassigned: KeyValueParser doesn't handle '=' properly [1458]
When trying to parse the a key whose value is '=', KeyValueParser fails.Comments: checkin: 395d93595ca37737d2ba0c4a19926871dff17de5
View ArticleCreated Unassigned: Model Binding Validation Breaking Change in MVC 5 [1663]
A change in CompositeModelValidator.Validate method breaking some functionality of existing applications. MVC 4,```public override IEnumerable<ModelValidationResult> Validate(object container){...
View ArticleCreated Unassigned: MAJOR Issue with MVC 5.1/ Web API + Jquery [1664]
As of the 5.1 update you've introduced a serious issue in to Request.CreateResponse.If you return Request.CreateResponse(HttpStatusCode.OK) (or Accepted or any other success code) and the jquery ajax...
View ArticleCommented Unassigned: MAJOR Issue with MVC 5.1/ Web API + Jquery [1664]
As of the 5.1 update you've introduced a serious issue in to Request.CreateResponse.If you return Request.CreateResponse(HttpStatusCode.OK) (or Accepted or any other success code) and the jquery ajax...
View ArticleCommented Unassigned: MAJOR Issue with MVC 5.1/ Web API + Jquery [1664]
As of the 5.1 update you've introduced a serious issue in to Request.CreateResponse.If you return Request.CreateResponse(HttpStatusCode.OK) (or Accepted or any other success code) and the jquery ajax...
View ArticleCreated Unassigned: Controller name requirements should be relaxed with...
The requirement to end the name of your controller with 'Controller' should be relaxed when using attribute routing, since you can unambiguously determine the name of the controller class. The...
View ArticleClosed Issue: PlatformUnsuportedException on IIS 7 [1645]
With latest 2.1 release we get the following exception on IIS 7:[PlatformNotSupportedException]: This operation requires IIS version 7.5 or higher running in integrated pipeline mode. at...
View ArticleCommented Issue: PlatformUnsuportedException on IIS 7 [1645]
With latest 2.1 release we get the following exception on IIS 7:[PlatformNotSupportedException]: This operation requires IIS version 7.5 or higher running in integrated pipeline mode. at...
View ArticleCommented Unassigned: After upgrade from MVC 5 to 5.1 Could not load file or...
As per title, I have upgraded from MVC 5 to 5.1 and receive this errorCould not load file or assembly 'System.Web.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its...
View ArticleClosed Unassigned: After upgrade from MVC 5 to 5.1 Could not load file or...
As per title, I have upgraded from MVC 5 to 5.1 and receive this errorCould not load file or assembly 'System.Web.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its...
View ArticleCommented Unassigned: Model Binding Validation Breaking Change in MVC 5 [1663]
A change in CompositeModelValidator.Validate method breaking some functionality of existing applications. MVC 4,```public override IEnumerable<ModelValidationResult> Validate(object container){...
View ArticleEdited Issue: HttpControllerHandler.ConvertRequest throws in cases where the...
In 5.1, we changed ConvertRequest to use Request.GetBufferedInputStream in lieu of Request.InputStream for reading the content. However the GetBuffer*InputStream methods only works correctly when the...
View ArticleClosed Issue: HttpControllerHandler.ConvertRequest throws in cases where the...
In 5.1, we changed ConvertRequest to use Request.GetBufferedInputStream in lieu of Request.InputStream for reading the content. However the GetBuffer*InputStream methods only works correctly when the...
View ArticleCommented Unassigned: MAJOR Issue with MVC 5.1/ Web API + Jquery [1664]
As of the 5.1 update you've introduced a serious issue in to Request.CreateResponse.If you return Request.CreateResponse(HttpStatusCode.OK) (or Accepted or any other success code) and the jquery ajax...
View ArticleEdited Unassigned: Model Binding Validation Breaking Change in MVC 5 [1663]
A change in CompositeModelValidator.Validate method breaking some functionality of existing applications. MVC 4,```public override IEnumerable<ModelValidationResult> Validate(object container){...
View Article