Created Issue: Html support in RazorGenerator.Templating [92]
An HtmlHelper instance (named Html) should be added to RazorTemplateBase, and the Write method should html encode any objects that don't implement IHtmlString to match Razor's behaviour in MVC.
View ArticleCommented Issue: Html support in RazorGenerator.Templating [92]
An HtmlHelper instance (named Html) should be added to RazorTemplateBase, and the Write method should html encode any objects that don't implement IHtmlString to match Razor's behaviour in...
View ArticleCommented Issue: Html support in RazorGenerator.Templating [92]
An HtmlHelper instance (named Html) should be added to RazorTemplateBase, and the Write method should html encode any objects that don't implement IHtmlString to match Razor's behaviour in...
View ArticleCommented Issue: Html support in RazorGenerator.Templating [92]
An HtmlHelper instance (named Html) should be added to RazorTemplateBase, and the Write method should html encode any objects that don't implement IHtmlString to match Razor's behaviour in...
View ArticleCreated Issue: @helper syntax in RazorGenerator.Templating [93]
using @helper syntax (see http://weblogs.asp.net/scottgu/archive/2011/05/12/asp-net-mvc-3-and-the-helper-syntax-within-razor.aspx) generates the appropriate code-behind and adding a reference to...
View ArticleCommented Issue: @helper syntax in RazorGenerator.Templating [93]
using @helper syntax (see http://weblogs.asp.net/scottgu/archive/2011/05/12/asp-net-mvc-3-and-the-helper-syntax-within-razor.aspx) generates the appropriate code-behind and adding a reference to...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCreated Issue: Handle and report all errors into studio error list [94]
Please add exception logging to all methods called by VS to visual studio error list. And log other fails, where we return fail status.This should help a lot with errors like that:...
View ArticleCommented Issue: RazorGenerator not available for VS11 [54]
RazorGenerator is not showing up in the extension manager for Visual Studio 11Comments: I had the same problems with VWD (Visual Web Developer) 2012 i.e. the Express edition. I followed the...
View ArticleEdited Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleEdited Issue: VS2012: "The custom tool 'RazorGenerator' failed. The method or...
I'm getting the above error when choosing "Run custom tool" on a razor file; when I just save, nothing happens. In Visual Studio's Error List, I get the following: "Custom tool error: Could not load...
View ArticleCommented Issue: RazorGenerator not available for VS11 [54]
RazorGenerator is not showing up in the extension manager for Visual Studio 11Comments: @williamBurgeson, there are restrictions on what VSIXes can be installed by Express SKUs and I think only VSIXes...
View ArticleCommented Issue: RazorGenerator not available for VS11 [54]
RazorGenerator is not showing up in the extension manager for Visual Studio 11Comments: Ok nevermind, just read your comment over. Does adding that flag actually make it in work in VWD? That's surprising.
View ArticleEdited Issue: add a partial to the class generated [40]
I want to load views with MEF and I need a partial declaration to put an [Export] to another file that contain partial class
View ArticleCommented Issue: add a partial to the class generated [40]
I want to load views with MEF and I need a partial declaration to put an [Export] to another file that contain partial classComments: Fixed in changeset 3c6158f56ab4
View ArticleEdited Issue: Add Disable-RazorGenerator package manager command [88]
It would be nice to have a Disable-RazorGenerator command to run in Package Manager, to complement the Enable-RazorGenerator command, that would go through and set all the Build Actions of the views in...
View ArticleCommented Issue: Add Disable-RazorGenerator package manager command [88]
It would be nice to have a Disable-RazorGenerator command to run in Package Manager, to complement the Enable-RazorGenerator command, that would go through and set all the Build Actions of the views in...
View ArticleEdited 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