aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
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
..
ActionResults added Link method to IUrlHelper 2015-02-16 13:38:12 -08:00
AntiXsrf React to HttpRequest.IsSecure being renamed 2015-02-17 11:15:56 -08:00
ApplicationModel React to Authorize changes 2015-02-16 15:40:57 -08:00
Description Api cleanup (remove List and Dictionary in favor of IList and IDictionary) 2015-02-16 18:19:55 -08:00
Filters React to Authorize changes 2015-02-16 15:40:57 -08:00
Formatters
Internal
Logging
OptionDescriptors Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ParameterBinding Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Properties
Rendering
Routing
TestFiles
Utils
ViewComponents
ActionConstraintValuesTest.cs
ActionDescriptorValuesTest.cs
ActionExecutorTests.cs
ActionModelValuesTest.cs
ApiExplorerModelValuesTest.cs
AttributeRouteInfoValuesTest.cs
AttributeRouteModelValuesTest.cs
BodyModelBinderTests.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ConsumesAttributeTests.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
ControllerActionInvokerTest.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ControllerModelValuesTest.cs
ControllerTests.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ControllerUnitTestabilityTests.cs
DefaultActionDescriptorCollectionProviderLoggingTest.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
DefaultControllerFactoryTest.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
DefaultControllerTypeProviderTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs
FilterDescriptorValuesTest.cs
FilterValuesTest.cs
FormatterMappingsTest.cs
HttpMethodProviderAttributesTests.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj
MockModelBinderProvider.cs
MockModelValidatorProviderProvider.cs
MockMvcOptionsAccessor.cs
MockScopedInstance.cs
MockValueProviderFactoryProvider.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs
RemoteAttributeTest.cs added Link method to IUrlHelper 2015-02-16 13:38:12 -08:00
RequireHttpsAttributeTests.cs React to HttpRequest.IsSecure being renamed 2015-02-17 11:15:56 -08:00
RouteConstraintProviderValuesTest.cs
RouteDataActionConstraintTest.cs
RouteDataActionConstraintValuesTest.cs
RouteTemplateProviderAttributesTest.cs
SerializableErrorWrapperTests.cs
ServiceBasedControllerActivatorTest.cs
TestController.cs
TestGlobalFilterProvider.cs
TestValueProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs added Link method to IUrlHelper 2015-02-16 13:38:12 -08:00
ViewComponentTests.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
project.json