Commented Unassigned: MsBuild task does not correctly generate namespaces for...
For a view file located in a path:Views\123\Index.cshtmlThe FileNamespace in VS is generated as Views._123While the MsBuild task does not include the leading underscore and generates it asViews.123This...
View ArticleCommented Issue: RazorGenerator.MSBuild is too aggressive when finding...
The MSBuild extension is trying to pre-compile *all* .cshtml files it can find under the project root, instead of just the ones that are in the project. This is a bit of a problem when working in a...
View ArticleCommented Issue: Error when use "DisplayTemplates\PersonViewModel.cs" and...
I followed exactly the steps described in this post. http://stacktoheap.com/blog/2013/01/19/precompiling-razor-views-in-asp-dot-net-mvc-3/ But the error is displayed below > ASP.NET runtime error:...
View ArticleCreated Unassigned: PrecompiledMvcEngine ctor masks baseVirtualPath [107]
Hi,there seems to have crept in a mistake in commit b0a2e6258 (Default implementation of IViewPageActivator to avoid logic duplication. Work Item: 105) where the two parameter constructor for...
View ArticleClosed Unassigned: PrecompiledMvcEngine ctor masks baseVirtualPath [107]
Hi,there seems to have crept in a mistake in commit b0a2e6258 (Default implementation of IViewPageActivator to avoid logic duplication. Work Item: 105) where the two parameter constructor for...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleEdited Unassigned: MsBuild task does not correctly generate namespaces for...
For a view file located in a path:Views\123\Index.cshtmlThe FileNamespace in VS is generated as Views._123While the MsBuild task does not include the leading underscore and generates it asViews.123This...
View ArticleCommented Unassigned: MsBuild task does not correctly generate namespaces for...
For a view file located in a path:Views\123\Index.cshtmlThe FileNamespace in VS is generated as Views._123While the MsBuild task does not include the leading underscore and generates it asViews.123This...
View ArticleCreated Unassigned: Helper in App_Code does not compile [108]
Hi,I've setup an empty MVC project and RazorGenerator (2.0.1) and RazorGenerator (1.5.3.0) as explained in http://www.dzone.com/links/r/precompiling_razor_views_in_aspnet_mvc_3.html.(in short: add...
View ArticleCreated Unassigned: 2.0.1 Razor Generator Issues (MSBuild, MVC, App_Code) [109]
Hi,We found there are few issues with 2.0.1 Razor Generator MSBuild task.__Issue One:__The App_Code/{helper}.cshtml can not compile into the correct place even by using _RazorViewsCodeGenDirectory_. So...
View ArticleEdited Unassigned: 2.0.1 Razor Generator Issues (MSBuild, MVC, App_Code) [109]
Hi,We found there are few issues with 2.0.1 Razor Generator MSBuild task.__Issue One:__The App_Code/{helper}.cshtml can not compile into the correct place even by using _RazorViewsCodeGenDirectory_. So...
View ArticleCreated Unassigned: 2.0.1 load precompiled vies from all referenced...
Instead of doing ```assembly.GetTypes()```there should be a like of```foreach (var assemblyName in assembly.GetReferencedAssemblies()) {// load types from assemblyName}```That way you can simply...
View ArticleEdited Unassigned: 2.0.1 Load precompiled views from all referenced...
Instead of doing ```assembly.GetTypes()```there should be a like of```foreach (var assemblyName in assembly.GetReferencedAssemblies()) {// load types from assemblyName}```That way you can simply...
View ArticleCreated Unassigned: 2.0.1 Make PageVirtualPathAttribute based on namespace [111]
Make PageVirtualPathAttribute value based on namespace instead of folder path.Namespaces are more versatile in three ways:* They obviously can mirror folder path since by default each folder is a...
View ArticleCommented Unassigned: 2.0.1 Load precompiled views from all referenced...
Instead of doing ```assembly.GetTypes()```there should be a like of```foreach (var assemblyName in assembly.GetReferencedAssemblies()) {// load types from assemblyName}```That way you can simply...
View ArticleCommented Unassigned: 2.0.1 Load precompiled views from all referenced...
Instead of doing ```assembly.GetTypes()```there should be a like of```foreach (var assemblyName in assembly.GetReferencedAssemblies()) {// load types from assemblyName}```That way you can simply...
View ArticleEdited Unassigned: 2.0.1 Load precompiled views from all referenced...
Instead of doing ```assembly.GetTypes()```there should be a like of```foreach (var assemblyName in assembly.GetReferencedAssemblies()) {// load types from assemblyName}```That way you can simply...
View ArticleCreated Unassigned: Workaround for bug in Mono framework [112]
Mono's implementation of System.Web is crap (see https://github.com/mono/mono/blob/master/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationHost.cs#L194 for an example on "how to write...
View ArticleCommented Unassigned: Workaround for bug in Mono framework [112]
Mono's implementation of System.Web is crap (see https://github.com/mono/mono/blob/master/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationHost.cs#L194 for an example on "how to write...
View ArticleClosed Unassigned: Workaround for bug in Mono framework [112]
Mono's implementation of System.Web is crap (see https://github.com/mono/mono/blob/master/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationHost.cs#L194 for an example on "how to write...
View Article