- #2633 - do not leave `ModelBindingResult.ValidationNode` as `null` when we hit the `null` `RawValue` special case - move two bits of code together to make the special case more obvious - add `ModelValidationNode` (that suppresses validation) when `HttpRequestMessageModelBinder` is successful - also suppress validation of `HttpRequestMEssage` properties - suppress validation in `CancellationTokenModelBinder`, `FormCollectionModelBinder`, `FormCollectionModelBinder` - do not create a `ModelValidationNode` when validation fails in `TypeConverterModelBinder` nits: - improve some doc comments - add a quick `HttpRequestMessageModelBinderTest` |
||
|---|---|---|
| .. | ||
| ActionResults | ||
| HttpRequestMessage | ||
| Mocks | ||
| TestUtils | ||
| ApiControllerActionDiscoveryTest.cs | ||
| ApiControllerTest.cs | ||
| DefaultContentNegotiatorTest.cs | ||
| FormDataCollectionExtensionsTest.cs | ||
| HttpErrorTest.cs | ||
| HttpResponseExceptionActionFilterTest.cs | ||
| HttpResponseExceptionTest.cs | ||
| HttpResponseMessageOutputFormatterTests.cs | ||
| Microsoft.AspNet.Mvc.WebApiCompatShimTest.xproj | ||
| OverloadActionConstraintTest.cs | ||
| project.json | ||