aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/OptionDescriptors
Harsh Gupta f19c2e493d Merging Model Validation for body and non body validation.
This also fixes #1503.

Currently all model binders except mutable object binder are independent of validation code. The mutable object binder which needs to do some validation ( for scenarios involving [BindRequired] and [BindNever]).
We would be going with an approach where required validaiton happens in input formatters and model binders.
This is needed as validation for value types can best be done at creation time.

Followup PRs:
Introduce support for skipping validation (and not binding) for a particular property/type etc.
2015-02-17 11:50:39 -08:00
..
DefaultModelBindersProviderTest.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
DefaultValidationExcludeFiltersProviderTests.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
DefaultValidationProviderProviderTest.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
DefaultValueProviderFactoryProviderTest.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
DefaultViewEngineProviderTest.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
ExcludeValidationDescriptorTests.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
InputFormatterDescriptorExtensionTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
InputFormatterDescriptorTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ModelBinderDescriptorExtensionsTest.cs [Resolves Issue #1787] Added InstanceOf, InstanceOfOrDefault, InstancesOf extension methods to IEnumerable<IOptionDescriptor<object>>. 2015-02-09 10:46:01 +01:00
ModelBinderDescriptorTest.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ModelValidatorProviderDescriptor.cs
ModelValidatorProviderDescriptorExtensionsTest.cs
OptionDescriptorExtensionsTest.cs [Resolves Issue #1787] Added InstanceOf, InstanceOfOrDefault, InstancesOf extension methods to IEnumerable<IOptionDescriptor<object>>. 2015-02-09 10:46:01 +01:00
OutputFormatterDescriptorExtensionTest.cs [Resolves Issue #1787] Added InstanceOf, InstanceOfOrDefault, InstancesOf extension methods to IEnumerable<IOptionDescriptor<object>>. 2015-02-09 10:46:01 +01:00
OutputFormatterDescriptorTest.cs Consume new strongly typed headers. Remove temp implementations. 2015-01-14 15:51:34 -08:00
ValidationExcludeFiltersExtensionsTests.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
ValueProviderFactoryDescriptorExtensionsTest.cs [Resolves Issue #1787] Added InstanceOf, InstanceOfOrDefault, InstancesOf extension methods to IEnumerable<IOptionDescriptor<object>>. 2015-02-09 10:46:01 +01:00
ValueProviderFactoryDescriptorTest.cs
ViewEngineDescriptorExtensionsTest.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
ViewEngineDescriptorTest.cs