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 Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ArrayModelBinderIntegrationTest.cs
BinderTypeBasedModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
BodyValidationIntegrationTests.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ByteArrayModelBinderIntegrationTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CancellationTokenModelBinderIntegrationTest.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
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 Correct `Type.IsAssignableFrom()` polarity 2016-03-03 09:55:01 -08:00
KeyValuePairModelBinderIntegrationTest.cs
Microsoft.AspNetCore.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ModelPrefixSelectionIntegrationTest.cs
MutableObjectModelBinderIntegrationTest.cs Correct `Type.IsAssignableFrom()` polarity 2016-03-03 09:55:01 -08:00
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 Fixed packages 2016-03-25 12:27:49 -07:00