Go to file
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
samples Made roslyn based compilation of razor files work 2014-03-08 15:16:44 -08:00
src Made roslyn based compilation of razor files work 2014-03-08 15:16:44 -08:00
test Introduce FormValueProviderFactory to expose form data as a value provider 2014-02-28 11:05:39 -08:00
.gitattributes
.gitignore
NuGet.Config Workaround for myget being down 2014-02-07 10:08:16 -08:00
WebFx.sln Introducing NotNullAttribute for null argument checks 2014-03-07 14:03:28 -08:00
build.cmd Updating build.cmd to cache NuGet.exe 2014-02-02 08:15:02 -08:00
global.json
makefile.shade