aspnetcore/samples/MvcSample
David Fowler b482a9e3cb Made roslyn based compilation of razor files work
- Now that services are being flowed through the entire stack
we can nuke the csc service and always use the roslyn based compilation for views
- The RoslynCompilationService is still very much a prototype but it's a good
 step to see what other services might may or may not need to flow.
- Removed the PhysicalFileSystem construction from Mvc itself. This will come from
 the hosting layer and is newed up temporarily in the PathBasedViewFactory itself.
2014-03-08 15:16:44 -08:00
..
Filters
…
Models
…
Properties
…
Views/Shared
…
FiltersController.cs Remove comment 2014-03-06 17:02:49 -08:00
Home2Controller.cs
…
HomeController.cs
…
OverloadController.cs
…
Program.cs Made roslyn based compilation of razor files work 2014-03-08 15:16:44 -08:00
SimplePocoController.cs
…
SimpleRest.cs
…
Startup.cs Made roslyn based compilation of razor files work 2014-03-08 15:16:44 -08:00
ViewMetadata.cs
…
Web.Debug.config
…
Web.Release.config
…
Web.config
…
project.json Added required packages for K 2014-03-08 01:10:02 -08:00
web.config
…