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: And if it's a simple fix, you can go ahead and send a pull request directly :)
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: And if it's a simple fix, you can go ahead and send a pull request directly :)