aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
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
..
Compilation React to runtime perf changes in functional tests 2015-02-27 02:53:46 -08:00
OptionDescriptors Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
DefaultPrecompiledViewsProviderTest.cs * Move precompiled assemblies into a resource in the primary assembly. 2015-02-19 17:50:54 -08:00
DefaultViewLocationCacheTest.cs ViewLocationExpanderContext should have a flag that indicates if the 2015-02-26 16:41:54 -08:00
Microsoft.AspNet.Mvc.Razor.Test.kproj [cleanup] Update .gitignore and reset .kproj files 2015-01-21 22:03:23 -08:00
MvcRazorCodeParserTest.cs
RazorFileHashTest.cs Use CRC32 instead of MD5 for hashing the file content. 2015-01-30 18:01:24 -08:00
RazorPageActivatorTest.cs Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
RazorPageCreateModelExpressionTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
RazorPageCreateTagHelperTest.cs Activate ViewDataDictionary in DefaultTagHelperActivator 2015-02-19 13:21:06 -08:00
RazorPageTest.cs Making RazorPage.Write() handle TagHelperContent. 2015-03-04 18:26:20 -08:00
RazorTextWriterTest.cs
RazorViewEngineOptionsTest.cs React to DI 2015-03-04 19:26:54 -08:00
RazorViewEngineTest.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
RazorViewFactoryTest.cs
RazorViewTest.cs Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
SpanFactory.cs
TestModelMetadataProvider.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
project.json Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00