aspnetcore/test/WebSites
Ryan Nowak 90cef3b9ca Refactor of the model metadata provider
Separates the MMP into two phases:
1). Creation of the ModelMetadata, discovery of properties and attributes
(reflection) is part of the MMP
2). Lookup of details based on attributes is now part of another phase,
and has its results cached.

Users can now implements and register an IFooMetadataProvider to customize
a single aspect of metadata (see how data annotations does it).
2015-03-05 13:19:10 -08:00
..
ActionConstraintsWebSite
ActionResultsWebSite Added HttpNotFoundObjectResult and added relevant tests 2015-02-24 11:57:48 -08:00
ActivatorWebSite Reacting to Razor changes - TagHelperOutput is writing to TextWriter instead of string. 2015-03-04 12:56:58 -08:00
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite
AutofacWebSite
BasicWebSite
BestEffortLinkGenerationWebSite
CompositeViewEngineWebSite
ConnegWebSite
ControllerDiscoveryConventionsWebSite
ControllersFromServicesClassLibrary Reacting to hosting API changes 2015-03-02 12:03:01 -08:00
ControllersFromServicesWebSite
CustomRouteWebSite
ErrorPageMiddlewareWebSite
FilesWebSite
FiltersWebSite React to AuthN changes 2015-03-02 16:14:38 -08:00
FormatFilterWebSite
FormatterWebSite
InlineConstraintsWebSite
LoggingWebSite
LowercaseUrlsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
MvcTagHelpersWebSite Add support for globbing to ScriptTagHelper: 2015-02-27 10:37:36 -08:00
PrecompilationWebSite React to DI 2015-03-04 19:26:54 -08:00
RazorCompilerCacheWebSite
RazorInstrumentationWebsite
RazorViewEngineOptionsWebsite
RazorWebSite ViewLocationExpanderContext should have a flag that indicates if the 2015-02-26 16:41:54 -08:00
RequestServicesWebSite Reacting to Razor changes - TagHelperOutput is writing to TextWriter instead of string. 2015-03-04 12:56:58 -08:00
ResponseCacheWebSite
RoutingWebSite
TagHelpersWebSite Reacting to Razor changes - TagHelperOutput is writing to TextWriter instead of string. 2015-03-04 12:56:58 -08:00
UrlHelperWebSite
UserClassLibrary
ValidationWebSite
ValueProvidersWebSite
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite
XmlFormattersWebSite [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -08:00