aspnetcore/test/Microsoft.AspNetCore.Mvc.In...
Ryan Nowak e1abb47b98 Fix #4238 IFormFile model binder suppresses validation
This change no longer suppresses validation for IFormFile and
IFormFileCollection model values. This will allow the use of [Required] on an
IFormFile model, or a custom attribute for validating IFormFileCollection.

These types already have ValidateChildren = false, so we don't recurse
into them.
2016-03-30 14:09:28 -07:00
..
Models
ActionParametersIntegrationTest.cs
ArrayModelBinderIntegrationTest.cs
BinderTypeBasedModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
BodyValidationIntegrationTests.cs
ByteArrayModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CancellationTokenModelBinderIntegrationTest.cs
CollectionModelBinderIntegrationTest.cs
CompanyNameAttribute.cs
DictionaryModelBinderIntegrationTest.cs
FormCollectionModelBindingIntegrationTest.cs
FormFileModelBindingIntegrationTest.cs Fix #4238 IFormFile model binder suppresses validation 2016-03-30 14:09:28 -07:00
GenericModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
HeaderModelBinderIntegrationTest.cs
KeyValuePairModelBinderIntegrationTest.cs
Microsoft.AspNetCore.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ModelPrefixSelectionIntegrationTest.cs
MutableObjectModelBinderIntegrationTest.cs
ProductValidatorAttribute.cs
ServicesModelBinderIntegrationTest.cs
SimpleTypeModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs Fix #4238 IFormFile model binder suppresses validation 2016-03-30 14:09:28 -07:00
TryValidateModelIntegrationTest.cs
ValidationIntegrationTests.cs
project.json