aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Ryan Nowak fa56df93c3 Fix #2407 - Part 1 - Make model binding behavior for [Required] compatible
with MVC5.

This change removes the behavior in model binding to validate values 'on
the wire' for requiredness instead of the looking at the model. This
restores the behavior of [Required] for model binding to the MVC5
semantics.
2015-05-19 15:57:56 -07:00
..
Metadata
Validation Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
ArrayModelBinderTest.cs
BinderTypeBasedModelBinderModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
BindingSourceModelBinderTest.cs
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
CollectionModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
ComplexModelDtoTest.cs
CompositeModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
CompositeValueProviderTests.cs
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs
ElementalValueProviderTests.cs
FormCollectionModelBinderTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
FormFileModelBinderTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
FormValueProviderFactoryTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
HeaderModelBinderTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
KeyValuePairModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
ModelBindingContextTest.cs
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs Fix #2407 - Part 1 - Make model binding behavior for [Required] compatible 2015-05-19 15:57:56 -07:00
QueryStringValueProviderFactoryTest.cs
ReadableStringCollectionValueProviderTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
SimpleHttpValueProvider.cs
TestResources.cs
TestValueProvider.cs
TypeConverterModelBinderTest.cs
TypeMatchModelBinderTest.cs
ValidationAttributeUtil.cs