UsePhysicalViewsIfNewer Not Working?

first post: jgd12345 wrote: What does UsePhysicalViewsIfNewer do? I downloaded the project at...

latest post: pranavkm wrote: The way the flag works is it compares the last write times of the c...

compilation issue

first post: brianAckermann wrote: I've recently added RazorGenerator to my project, and I'd like to a...

latest post: brianAckermann wrote: Well, I've gotten a little deeper with this issue. It turns out th...

Problem when trying to use precompiled views in a separate library

first post: mmoore99 wrote: I created a test MVC3 app to test the concept of putting precompile...

latest post: JacobWagner wrote: ok, this has got to be some kind of race condition having to do wit...

RazorGenerator inside a NuGet package

first post: PleasantD wrote: We have a heavily automated build system and a number of widely-use...

latest post: davidebbo wrote: The App_Start code that comes with the NuGet package is really just...

RazorGenerator vs visual studio built in publish precompilation

first post: stmarti wrote: VS 2012 (and prev versions) has a built in publish feature when we ...

latest post: stmarti wrote: Fixed.

IVirtualPathFactory registration causes BuildManager call for every _Layout Page

first post: simeyla wrote: I set my layout inside my .cshtml pages like this: @{ Layout = ...

latest post: pranavkm wrote: There's some documentation of what the two properties mean here - h...

NullReferenceException if _ViewStart.cshtml not present

first post: thedude458 wrote: I have been trying out Razor Generator with my existing MVC 4 proje...

latest post: davidebbo wrote: Glad you have it working, even if it's not fully clear how! :)

RazorGenerator.MsBuild 1.5.3.0 vs. RazorGenerator.MsBuild 1.5.0.0 namespacing issue

first post: gangelo wrote: P.S. I also noticed that the 1.5.3.0 generated .cs file's class nam...

How do you unit test using RazorGenerator.MsBuild?

first post: LiquidPT wrote: Ok, I have RazorGenerator.MsBuild set up on my MVC project. My view...

latest post: davidebbo wrote: Try setting `view.ViewData.Model`

COnflict with T4Scaffolding

first post: Giovax wrote: Hi all, I was experiencing issues with RazorGenerator not being ab...

latest post: davidebbo wrote: Hmmm, I would not have expected that to matter.