Hi,
first let me thank you for this library, it's really been useful to us.
There seems to be a small bug in the NormalizeBaseVirtualPath method of the PrecompiledMvcEngine class. The call to EnsureVirtualPathPrefix(virtualPath) is not taking into account the return value. It should be virtualPath = EnsureVirtualPathPrefix(virtualPath); There's an easy work around but I thought you might like to know.
Thanks again,
Christian
Comments: Ok, it was trivial enough that I just went and fixed it (https://github.com/RazorGenerator/RazorGenerator/commit/49e1584c186a54654ef7a3ebd5c0898c6b98f615). It'll be in the next build. Thanks for reporting!
first let me thank you for this library, it's really been useful to us.
There seems to be a small bug in the NormalizeBaseVirtualPath method of the PrecompiledMvcEngine class. The call to EnsureVirtualPathPrefix(virtualPath) is not taking into account the return value. It should be virtualPath = EnsureVirtualPathPrefix(virtualPath); There's an easy work around but I thought you might like to know.
Thanks again,
Christian
Comments: Ok, it was trivial enough that I just went and fixed it (https://github.com/RazorGenerator/RazorGenerator/commit/49e1584c186a54654ef7a3ebd5c0898c6b98f615). It'll be in the next build. Thanks for reporting!