aspnetcore/test/WebSites
Doug Bunting 3303286288 Add `ModelMetadata.AdditionalValues` property bag
- #1758
- provide the property bag in `ModelMetadata`; seal it in `CachedModelMetadata`
- add unit tests
- include use of `AdditionalValues` in model binding functional test

nits:
- expose `AdditionalValues` as an `IDictionary` though MVC 5 uses `Dictionary`
- seal `ModelMetadata.Properties` collection as well
- cover a few properties previously missed in `CachedDataAnnotationsModelMetadataTest`
- correct two `ModelMetadataTest` method names
2015-02-09 15:59:34 -08:00
..
ActionConstraintsWebSite
ActionResultsWebSite Replaced status code number with constants 2015-02-05 16:43:59 -08:00
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite [Fixes #1065] Need a way to specify "just type" with produces 2015-02-09 10:46:24 -08:00
ApplicationModelWebSite
AutofacWebSite
BasicWebSite Replaced status code number with constants 2015-02-05 16:43:59 -08:00
CompositeViewEngineWebSite
ConnegWebSite [Fixes #1065] Need a way to specify "just type" with produces 2015-02-09 10:46:24 -08:00
CustomRouteWebSite
ErrorPageMiddlewareWebSite
FilesWebSite
FiltersWebSite
FormatFilterWebSite
FormatterWebSite Replaced status code number with constants 2015-02-05 16:43:59 -08:00
InlineConstraintsWebSite
LoggingWebSite Replaced status code number with constants 2015-02-05 16:43:59 -08:00
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Add `ModelMetadata.AdditionalValues` property bag 2015-02-09 15:59:34 -08:00
MvcTagHelpersWebSite
PrecompilationWebSite
RazorCompilerCacheWebSite Remove IRazorFileProviderCache and rely on file expiration triggers to 2015-02-09 15:08:26 -08:00
RazorInstrumentationWebsite
RazorViewEngineOptionsWebsite
RazorWebSite
RequestServicesWebSite
ResponseCacheWebSite
RoutingWebSite
TagHelpersWebSite
UrlHelperWebSite Introducing UrlActionContext and UrlRouteContext, and updating IUrlHelper accordingly 2015-02-05 19:41:21 -08:00
ValidationWebSite
ValueProvidersWebSite
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite Replaced status code number with constants 2015-02-05 16:43:59 -08:00
XmlFormattersWebSite