Created Unassigned: Attempting to bind multiple values to a single valued...
This bug vaguely follows from investigating into https://aspnetwebstack.codeplex.com/workitem/1493. When multiple request values for the same parameter are sent by the client, the model binder attempts...
View ArticleEdited Unassigned: Attempting to bind multiple values to a single valued...
This bug vaguely follows from investigating into https://aspnetwebstack.codeplex.com/workitem/1493. When multiple request values for the same parameter are sent by the client, the model binder attempts...
View ArticleCommented Issue: FromUri binding return empty error messages [1493]
I'm using the FromUri attribute to bind query string parameters to a custom model in a Web Api application.There are 2 scenarios where I found the error message returned by the ApiController's...
View ArticleEdited Unassigned: Attempting to bind multiple values to a single valued...
This bug vaguely follows from investigating into https://aspnetwebstack.codeplex.com/workitem/1493. When multiple request values for the same parameter are sent by the client, the model binder attempts...
View ArticleCommented Unassigned: 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 ArticleCommented Unassigned: 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 Unassigned: 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: ValidationResult returned from CustomValidation method with...
Porting from https://aspnet.codeplex.com/workitem/7765:I found that if you implement a validation check like below, the error message is printed with @Html.ValidationSummary(true), but, not with the...
View ArticleCommented Issue: ValidationResult returned from CustomValidation method with...
Porting from https://aspnet.codeplex.com/workitem/7765:I found that if you implement a validation check like below, the error message is printed with @Html.ValidationSummary(true), but, not with the...
View ArticleEdited Issue: ValidationResult returned from CustomValidation method with...
Porting from https://aspnet.codeplex.com/workitem/7765:I found that if you implement a validation check like below, the error message is printed with @Html.ValidationSummary(true), but, not with the...
View ArticleEdited Unassigned: Attempting to bind multiple values to a single valued...
This bug vaguely follows from investigating into https://aspnetwebstack.codeplex.com/workitem/1493. When multiple request values for the same parameter are sent by the client, the model binder attempts...
View ArticleCommented Unassigned: 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 ArticleCreated Unassigned: FormValueProvider does not recognize array item members...
This bug occurs when using jQuery POST to send complex JavaScript objects to the server as encoded HTTP form data.For example, if I need to post the following object:{ singleProperty: 'hello',...
View ArticleEdited Unassigned: FormValueProvider does not recognize array item members...
This bug occurs when using jQuery POST to send complex JavaScript objects to the server as encoded HTTP form data.For example, if I need to post the following object:```{ singleProperty: 'hello',...
View ArticleCreated Unassigned: Passing parameters to Action Method from ActionLink [1565]
HiI want to pass dropdown values to action method from ActionLink but while debugging second parameter coming properly but first one is null.Have a look at my code.Razor:@Html.DropDownListFor(x...
View ArticleEdited Issue: Html.Partial or RenderPartial with NULL value gets passed the...
// Copied from https://aspnet.codeplex.com/workitem/8872// Vote number : 32If I render a partial from a view and pass a null value the base model type gets passed rather than the model / value I...
View ArticleCommented Unassigned: 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 ArticleCommented Issue: ValidationResult returned from CustomValidation method with...
Porting from https://aspnet.codeplex.com/workitem/7765:I found that if you implement a validation check like below, the error message is printed with @Html.ValidationSummary(true), but, not with the...
View ArticleClosed Issue: ValidationResult returned from CustomValidation method with...
Porting from https://aspnet.codeplex.com/workitem/7765:I found that if you implement a validation check like below, the error message is printed with @Html.ValidationSummary(true), but, not with the...
View ArticleEdited Issue: BSON formatter guards against top-level primitives lack...
The Json.Net `JsonSerializer` uses at least `JsonConverterAttribute`, `IConverter` implementations, and built-in and CLR conversions to determine which `JsonValue` matches a provided object. The...
View Article