Closed Unassigned: Namespaces always compile as ASP [173]
Since 1.7.0 update for the Razor Generator VS extension (https://visualstudiogallery.msdn.microsoft.com/1f6ec6ff-e89b-4c47-8e79-d2d68df894ec), it seems that every time we compile our templates, the...
View ArticleCommented Unassigned: Namespaces always compile as ASP [173]
Since 1.7.0 update for the Razor Generator VS extension (https://visualstudiogallery.msdn.microsoft.com/1f6ec6ff-e89b-4c47-8e79-d2d68df894ec), it seems that every time we compile our templates, the...
View ArticleCommented Unassigned: Namespaces always compile as ASP [173]
Since 1.7.0 update for the Razor Generator VS extension (https://visualstudiogallery.msdn.microsoft.com/1f6ec6ff-e89b-4c47-8e79-d2d68df894ec), it seems that every time we compile our templates, the...
View ArticleCommented Unassigned: @helper - wrong class name [171]
I have a razor helper in App_Code/MyHelpers.cshtmlThe generated class name in obj/CodeGen is`public class _App_Code_MyHelpers_cshtml`And of course all my views throw compile errors when referencing...
View ArticleCommented Unassigned: @helper - wrong class name [171]
I have a razor helper in App_Code/MyHelpers.cshtmlThe generated class name in obj/CodeGen is`public class _App_Code_MyHelpers_cshtml`And of course all my views throw compile errors when referencing...
View ArticleCommented Unassigned: RazorGenerator.MsBuild does not support ASP.Net MVC 5.1...
__RazorGenerator does not currently support MVC versions > 5.0 (i.e. 5.1 and 5.2)__In environments such as build servers, where Visual Studio is not installed, projects utilizing the latest version...
View ArticleClosed Unassigned: RazorGenerator.MsBuild does not support ASP.Net MVC 5.1 or...
__RazorGenerator does not currently support MVC versions > 5.0 (i.e. 5.1 and 5.2)__In environments such as build servers, where Visual Studio is not installed, projects utilizing the latest version...
View ArticleCreated Unassigned: Build error caused by npm's node_modules [174]
One of my team members encountered an unexpected error during compilation recently:```RazorGenerator.targets(31,9): error MSB4018: The "RazorCodeGen" task failed...
View ArticleClosed Unassigned: Build error caused by npm's node_modules [174]
One of my team members encountered an unexpected error during compilation recently:```RazorGenerator.targets(31,9): error MSB4018: The "RazorCodeGen" task failed...
View ArticleCommented Unassigned: Build errors after view modifications [170]
Almost every time I modify a view, I see the errors below on build. If I delete the obj > CodeGen folder and rebuild, the error goes away. I'm using MVC 5.2.0.0.Could not precompile the file...
View ArticleCommented Unassigned: Build errors after view modifications [170]
Almost every time I modify a view, I see the errors below on build. If I delete the obj > CodeGen folder and rebuild, the error goes away. I'm using MVC 5.2.0.0.Could not precompile the file...
View ArticleCreated Unassigned: Bug PrecompiledMvcEngine.NormalizeBaseVirtualPath [175]
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...
View ArticleClosed Unassigned: Bug PrecompiledMvcEngine.NormalizeBaseVirtualPath [175]
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...
View ArticleCommented Unassigned: Bug PrecompiledMvcEngine.NormalizeBaseVirtualPath [175]
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...
View ArticleCommented Unassigned: Bug PrecompiledMvcEngine.NormalizeBaseVirtualPath [175]
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...
View ArticleCommented Unassigned: Bug PrecompiledMvcEngine.NormalizeBaseVirtualPath [175]
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...
View ArticleCommented Unassigned: Bug PrecompiledMvcEngine.NormalizeBaseVirtualPath [175]
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...
View ArticleCreated Unassigned: Pre-compiled Views causing namespace conflicts [176]
I'm not sure if I'm missing something, but using the precompiled views, I get namespace conflicts. I assume it's a conflict between the compiled cshtml.cs file and the cshtml file.the NuGet packets I...
View ArticleEdited Unassigned: Pre-compiled Views causing namespace conflicts [176]
I'm not sure if I'm missing something, but using the precompiled views, I get namespace conflicts. I assume it's a conflict between the compiled cshtml.cs file and the cshtml file.the NuGet packets I...
View ArticleEdited Unassigned: Pre-compiled Views causing namespace conflicts [176]
I'm not sure if I'm missing something, but using the precompiled views, I get namespace conflicts. I assume it's a conflict between the compiled cshtml.cs file and the cshtml file.the NuGet packets I...
View Article