aspnetcore/test
N. Taylor Mullen 133eff3119 Move to RazorProjectEngine.
- Instead of using Razor/Mvc TemplateEngine use `RazorProjectEngine`. This involved changing several locations (each of which used `RazorTemplateEngine` in an entirely different way) to use the RazorProjectEngine's two Process methods.
- Changed an unused public API `VisualStudioRazorParser.TemplateEngine` to `VisualStudioRazorParser.RazorProjectEngine`.
- Ported the remainder of `RazorEngineBuilder`'s extension methods over to `RazorProjectEngineBuilder`. These were used in tests and our `RazorGenerate` tool.
- Added a few test helper methods/classes to enable simple testing of the `RazorProjectEngine`.
- Resolved several test hacks that were working around little discrepancies each of the `RazorTemplateEngine` APIs.
- Changed the template engine factory service to be a project engine factory service.
2018-02-14 12:40:23 -08:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
Microsoft.AspNetCore.Razor.Design.Test Add a test for design time builds #1846 2018-02-09 15:33:19 -08:00
Microsoft.AspNetCore.Razor.Language.Test Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test
Microsoft.AspNetCore.Razor.Test.Common Move to RazorProjectEngine. 2018-02-14 12:40:23 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.AspNetCore.Razor.Tools.Test Cleaned up logging in build server 2018-02-07 23:52:54 -08:00
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Change DefaultTagHelperFactsService to not expect a primary workspace. 2018-02-02 12:02:45 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common
Microsoft.VisualStudio.Editor.Razor.Test Move to RazorProjectEngine. 2018-02-14 12:40:23 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.Common
Microsoft.VisualStudio.LanguageServices.Razor.Test
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test
RazorPageGenerator.Test Move to RazorProjectEngine. 2018-02-14 12:40:23 -08:00
testapps Integrate new Sdk 2018-02-06 15:41:31 -08:00
Directory.Build.props