aspnetcore/test/WebSites
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
..
ActionConstraintsWebSite
ActionResultsWebSite
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite Api cleanup (remove List and Dictionary in favor of IList and IDictionary) 2015-02-16 18:19:55 -08:00
AutofacWebSite
BasicWebSite * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
BestEffortLinkGenerationWebSite Functional tests for #302 2015-02-16 17:59:31 -08:00
CompositeViewEngineWebSite
ConnegWebSite
ControllerDiscoveryConventionsWebSite * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
ControllersFromServicesClassLibrary * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
ControllersFromServicesWebSite
CustomRouteWebSite
ErrorPageMiddlewareWebSite
FilesWebSite
FiltersWebSite React to Authorize changes 2015-02-16 15:40:57 -08:00
FormatFilterWebSite
FormatterWebSite
InlineConstraintsWebSite
LoggingWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
MvcTagHelpersWebSite Add globbing support to the LinkTagHelper: 2015-02-16 18:29:59 -08:00
PrecompilationWebSite Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
RazorCompilerCacheWebSite
RazorInstrumentationWebsite
RazorViewEngineOptionsWebsite
RazorWebSite
RequestServicesWebSite Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
ResponseCacheWebSite
RoutingWebSite
TagHelpersWebSite
UrlHelperWebSite
UserClassLibrary * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
ValidationWebSite
ValueProvidersWebSite
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite
XmlFormattersWebSite