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 Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
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 Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
CompanyNameAttribute.cs
DictionaryModelBinderIntegrationTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
FormCollectionModelBindingIntegrationTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
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 Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
Microsoft.AspNetCore.Mvc.IntegrationTests.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
ModelBindingTestHelper.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ModelPrefixSelectionIntegrationTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
MutableObjectModelBinderIntegrationTest.cs Correct `Type.IsAssignableFrom()` polarity 2016-03-03 09:55:01 -08:00
ProductValidatorAttribute.cs
ServicesModelBinderIntegrationTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
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 [Fixes #3774] DataAnnotation validation ignored 2016-02-16 08:52:50 -08:00
project.json Fixed packages 2016-03-25 12:27:49 -07:00