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 React to aspnet/Razor#285. 2015-02-03 12:33:30 -08:00
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 Changing produces and format filter interaction 2015-01-31 23:18:18 -08:00
FormatFilterWebSite Adding ClearMediaTypeMappingForFormat to FormatterMappings and other PR comments 2015-01-31 23:18:24 -08:00
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 Script Tag Helper 2015-02-05 14:35:02 -08:00
PrecompilationWebSite Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00
RazorCompilerCacheWebSite Remove IRazorFileProviderCache and rely on file expiration triggers to 2015-02-09 15:08:26 -08:00
RazorInstrumentationWebsite
RazorViewEngineOptionsWebsite
RazorWebSite
RequestServicesWebSite
ResponseCacheWebSite Issue #1785 - Changes to add CacheProfiles for response caching. 2015-02-04 15:25:45 -08:00
RoutingWebSite
TagHelpersWebSite React to aspnet/Razor#285. 2015-02-03 12:33:30 -08:00
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