Closed Unassigned: Web.config pageBaseType no longer works in RazorGenerator...
After updating to RazorGenerator extension 1.6.3, RazorGenerator.Mvc package 2.2.1 and ASP.NET MVC 5.0 some stuff stopped working.We have a custom WebViewPage defined in web.config using <pages...
View ArticleCommented Unassigned: Web.config pageBaseType no longer works in...
After updating to RazorGenerator extension 1.6.3, RazorGenerator.Mvc package 2.2.1 and ASP.NET MVC 5.0 some stuff stopped working.We have a custom WebViewPage defined in web.config using <pages...
View ArticleCreated Unassigned: A "public class" declared inside @functions is generated...
In RazorGenerator 1.6.3 a construct such as the following:@functions { public class MyClass{ public string SomeMember { get; set; }}}will produce a public static class in the generated code.If the...
View ArticleCommented Unassigned: A "public class" declared inside @functions is...
In RazorGenerator 1.6.3 a construct such as the following:@functions { public class MyClass{ public string SomeMember { get; set; }}}will produce a public static class in the generated code.If the...
View ArticleCommented Unassigned: A "public class" declared inside @functions is...
In RazorGenerator 1.6.3 a construct such as the following:@functions { public class MyClass{ public string SomeMember { get; set; }}}will produce a public static class in the generated code.If the...
View ArticleCommented Unassigned: A "public class" declared inside @functions is...
In RazorGenerator 1.6.3 a construct such as the following:@functions { public class MyClass{ public string SomeMember { get; set; }}}will produce a public static class in the generated code.If the...
View ArticleCommented Unassigned: A "public class" declared inside @functions is...
In RazorGenerator 1.6.3 a construct such as the following:@functions { public class MyClass{ public string SomeMember { get; set; }}}will produce a public static class in the generated code.If the...
View ArticleCommented Issue: MSBuild task fails when Model name same as partial name [38]
Models\AccountForm.cspublic class AccountForm { public string Name {get;set;}}Views\Shared\EditorTemplates\AccountForm.cshtml@using Web.Models;@model AccountForm<p>@Html.TextBoxFor(m =>...
View ArticleCommented Issue: MSBuild task fails when Model name same as partial name [38]
Models\AccountForm.cspublic class AccountForm { public string Name {get;set;}}Views\Shared\EditorTemplates\AccountForm.cshtml@using Web.Models;@model AccountForm<p>@Html.TextBoxFor(m =>...
View ArticleCommented Issue: MSBuild task fails when Model name same as partial name [38]
Models\AccountForm.cspublic class AccountForm { public string Name {get;set;}}Views\Shared\EditorTemplates\AccountForm.cshtml@using Web.Models;@model AccountForm<p>@Html.TextBoxFor(m =>...
View ArticleCreated Unassigned: Razor generate does not work properly if file name...
I tried to use razor generator but found there is an issue if the razor file contains "Helper"I created file name TestHelper.cshtml:```@{ ViewData["placeholder"] =...
View ArticleEdited Unassigned: Razor generate does not work properly if file name...
I tried to use razor generator but found there is an issue if the razor file contains "Helper"I created file name TestHelper.cshtml:```@{ ViewData["placeholder"] =...
View ArticleCommented Unassigned: Razor generate does not work properly if file name...
I tried to use razor generator but found there is an issue if the razor file contains "Helper"I created file name TestHelper.cshtml:```@{ ViewData["placeholder"] =...
View ArticleCreated Unassigned: Partial declarations of 'ViewName' must not specify...
When I have partials views that start with underscore and full view that is the same name, but without underscore. I.e. "_Details.cshtml" and "Details.cshtml", the classes generated are with the same...
View ArticleClosed Unassigned: Razor generate does not work properly if file name...
I tried to use razor generator but found there is an issue if the razor file contains "Helper"I created file name TestHelper.cshtml:```@{ ViewData["placeholder"] =...
View ArticleCommented Unassigned: Partial declarations of 'ViewName' must not specify...
When I have partials views that start with underscore and full view that is the same name, but without underscore. I.e. "_Details.cshtml" and "Details.cshtml", the classes generated are with the same...
View ArticleCommented Unassigned: Partial declarations of 'ViewName' must not specify...
When I have partials views that start with underscore and full view that is the same name, but without underscore. I.e. "_Details.cshtml" and "Details.cshtml", the classes generated are with the same...
View ArticleCommented Issue: Intellisense Fails & No Context [80]
Has anyone had any issues with the project losing intellisense and producing "the name {Model, Html, ViewBag, etc.} does not exist in the current context.I get this every once in a while and I have to...
View ArticleCreated Unassigned: Namespace Conflict [140]
I have the word ```System``` in my namespaces which is causing massive amount of errors on the generated code because the .net ```System``` namespace is hidden by mine.I think its better to use...
View ArticleEdited Unassigned: Namespace Conflict [140]
I have a ```System``` namespace, i.e. ```XXX.System.XXX``` in my project which is causing massive amount of errors on the generated code because the .net ```System``` namespace is being hidden by...
View Article