aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Metadata
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
..
BindingSourceTest.cs
CompositeBindingSourceTest.cs
DataAnnotationsMetadataDetailsProviderTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
DefaultBindingMetadataProviderTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
DefaultModelMetadataProviderTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
DefaultModelMetadataTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
EmptyCompositeMetadataDetailsProvider.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
ModelBinderAttributeTest.cs
ModelExplorerExtensionsTest.cs
ModelExplorerTest.cs
ModelMetadataAttributesTest.cs
ModelMetadataProviderExtensionsTest.cs
ModelMetadataProviderTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
ModelMetadataTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
TestBinderMetadata.cs
TestModelNameProvider.cs