Commented Issue: RazorGenerator.MsBuild fails to generate when using NuGet...
I think there is a Catch-22 when using Package Restore and the packages folder is not checked in. The initial install of RazorGenerator.MsBuild adds the "..\packages\**\tools\NuGet.import.targets"...
View ArticleEdited Issue: Bin deploy the 1.0 and 2.0 binaries with the Vsix [83]
We've fixed this in the MsBuild package. But we could do this with the Vsix too. This would mean we could generate Razor files even if you don't have the runtime GACed
View ArticleCommented Issue: Bin deploy the 1.0 and 2.0 binaries with the Vsix [83]
We've fixed this in the MsBuild package. But we could do this with the Vsix too. This would mean we could generate Razor files even if you don't have the runtime GACedComments: Fixed in changeset...
View ArticleCommented Issue: RazorGenerator.MsBuild fails to generate when using NuGet...
I think there is a Catch-22 when using Package Restore and the packages folder is not checked in. The initial install of RazorGenerator.MsBuild adds the "..\packages\**\tools\NuGet.import.targets"...
View ArticleCommented Issue: Using RazorGenerator in a WinRT project [60]
I am producing some HTML content for the share charm in WinRT. So I need to precompile the cshtml to .cs in my WinRT project. I'm not entirely clear over the entire process that needs to be used here,...
View ArticleClosed Issue: When deployed: System.Reflection.ReflectionTypeLoadException [77]
I have everything working fine with mvc.razor generator. Views from my library project show up fine in my web-site. It is a .net 4.0, MVC4, EF5 project. The app pool is set to .net 4.0 in IIS.When I...
View ArticleCommented Issue: System.Web.Mvc.Ajax and System.Web.Mvc.Html are added for...
IF your project is not a MVC but just using Razor WebPages (see Umbraco macros) these namespaces are added for nothing causing an exception when compiling.Make them configurableComments: Not seeing...
View ArticleClosed Issue: System.Web.Mvc.Ajax and System.Web.Mvc.Html are added for...
IF your project is not a MVC but just using Razor WebPages (see Umbraco macros) these namespaces are added for nothing causing an exception when compiling.Make them configurableComments: Feel free to...
View ArticleEdited Issue: Removal of SuffixClassNames : bool [66]
HeyI see SuffixClassNames : bool was removed after it was pulled in.I really need this feature. I tend to not name my views Index, Edit, List etcetera but give them more meaningful names. However these...
View ArticleCommented Issue: Removal of SuffixClassNames : bool [66]
HeyI see SuffixClassNames : bool was removed after it was pulled in.I really need this feature. I tend to not name my views Index, Edit, List etcetera but give them more meaningful names. However these...
View ArticleEdited Issue: Create public property to expose PrecompiledMvcView...
It would be very help to create public property to expose PrecompiledMvcView _virtualPath with a private set.We have a custom ViewStartPageExtensions class that provides an extension point for custom...
View ArticleCommented Issue: Create public property to expose PrecompiledMvcView...
It would be very help to create public property to expose PrecompiledMvcView _virtualPath with a private set.We have a custom ViewStartPageExtensions class that provides an extension point for custom...
View ArticleCommented Issue: Removal of SuffixClassNames : bool [66]
HeyI see SuffixClassNames : bool was removed after it was pulled in.I really need this feature. I tend to not name my views Index, Edit, List etcetera but give them more meaningful names. However these...
View ArticleCommented Issue: Incorrect namespace for viewmodels [68]
I have a few cases where the viewmodel and a view has the same name (in different namespaces) like this:MyProject.Models.ThankYou <- viewmodelMyProject.Views.Signup.ThankYou <- razor viewThe...
View ArticleClosed Issue: Incorrect namespace for viewmodels [68]
I have a few cases where the viewmodel and a view has the same name (in different namespaces) like this:MyProject.Models.ThankYou <- viewmodelMyProject.Views.Signup.ThankYou <- razor viewThe...
View ArticleClosed Issue: RazorGenerator not finding views in VS2012 [71]
When opening, compiling and running a VS2010 MVC.net 3 project in VS2012, the views cannot be found.The project compiles correct, however the RazorGenerator ViewEngine does not find the views, or does...
View ArticleCreated Issue: MVC4 breaks RazorGenerator.Testing [95]
It's as simple as that. I upgraded the MVC3 project I had been working on to MVC4, and after having resolved all the references etc found my unit tests were failing - deep in the bowels of MVC, the...
View ArticleCommented Issue: MVC4 breaks RazorGenerator.Testing [95]
It's as simple as that. I upgraded the MVC3 project I had been working on to MVC4, and after having resolved all the references etc found my unit tests were failing - deep in the bowels of MVC, the...
View ArticleCommented Issue: MVC4 breaks RazorGenerator.Testing [95]
It's as simple as that. I upgraded the MVC3 project I had been working on to MVC4, and after having resolved all the references etc found my unit tests were failing - deep in the bowels of MVC, the...
View ArticleCommented Issue: RazorGenerator.MsBuild fails to generate when using NuGet...
I think there is a Catch-22 when using Package Restore and the packages folder is not checked in. The initial install of RazorGenerator.MsBuild adds the "..\packages\**\tools\NuGet.import.targets"...
View Article