aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Internal
N. Taylor Mullen 608330dc86 Move to RazorProjectEngine.
- Updated our consumption of `RazorEngine` and `RazorTemplateEngine` to use `RazorProjectEngine` and its features.
- Updated service registrations to maintain existing services but to also register new ones.
- When moving `RazorViewEngine` to use `RazorProjectFileSystem` I had to add an unused constructor item in order to disambiguate the constructors.
- Updated tests to use `RazorProjectEngine` and `RazorProjectFileSystem`.

#7377
2018-02-15 16:34:26 -08:00
..
CSharpCompilerTest.cs Use DebugType specified in DependencyContext to determine pdb type 2018-01-02 13:41:31 -08:00
ChecksumValidatorTest.cs Move to RazorProjectEngine. 2018-02-15 16:34:26 -08:00
CompilerFailedExceptionFactoryTest.cs Move to RazorProjectEngine. 2018-02-15 16:34:26 -08:00
DefaultRazorPageFactoryProviderTest.cs
DefaultRazorReferenceManagerTest.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
DefaultRazorViewEngineFileProviderAccessorTest.cs
DefaultTagHelperActivatorTest.cs
DefaultTagHelperFactoryTest.cs
ExpressionRewriterTest.cs
FileProviderRazorProjectFileSystemTest.cs Move to RazorProjectEngine. 2018-02-15 16:34:26 -08:00
RazorPagePropertyActivatorTest.cs Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08:00
RazorViewCompilerProviderTest.cs Move to RazorProjectEngine. 2018-02-15 16:34:26 -08:00
RazorViewCompilerTest.cs Move to RazorProjectEngine. 2018-02-15 16:34:26 -08:00
RazorViewEngineOptionsSetupTest.cs
ViewPathTest.cs