aspnetcore/test/WebSites/RazorPageExecutionInstrumen...
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
..
Views Removing PageInstrumentation 2015-11-25 08:41:21 -08:00
HomeController.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RazorPageDiagnosticListener.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RazorPageExecutionInstrumentationWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Startup.cs Move to RazorProjectEngine. 2018-02-15 16:34:26 -08:00
TestRazorCompilationService.cs Move to RazorProjectEngine. 2018-02-15 16:34:26 -08:00
readme.md

readme.md

RazorPageExecutionInstrumentationWebSite

This web site is used for functional testing of page instrumentation.