aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak a3fef5eeaa Adds support for Razor compilation at build-time
This PR adds two new tools as well as a tasks project. None of these
projects produce a package and they ship as part of
Microsoft.AspNetCore.Razor.Design. For now this is a 'fat' package that
contains all of the dependencies, but we plan to strip them out in the
future.

The support for compilation at build-time will start as **off** by
default. The immediate goal here is to get this to flow through the
build so that we can test it as part of the inner loop effort. We will
enable this feature by default once we've done more thorough testing.

Since this is mostly a code dump, I plan to address blocking and minor
feedback only. If there are design issues that are non-critical, I will
open follow up items.

The next step will be to start adding more detailed tests.
2017-12-18 13:01:14 -08:00
..
Microsoft.AspNetCore.Mvc
Microsoft.AspNetCore.Mvc.Core
Microsoft.AspNetCore.Mvc.Razor Adds support for Razor compilation at build-time 2017-12-18 13:01:14 -08:00
Microsoft.AspNetCore.Mvc.RazorPages
Microsoft.AspNetCore.Mvc.Rendering
Microsoft.AspNetCore.Mvc.ViewFeatures
Microsoft.AspNetCore.Razor.Test.MvcShim.csproj Implement a .Design package and some testing for MSBuild 2017-12-13 15:06:10 -08:00
xunit.runner.json