Commented Unassigned: Problem with razor values in html-attributes (mvc4 + 5)...
I've tested my code with ASP.NET MVC 3 3.0.20105.1 and it works. I want to upgrade to MVC 4 4.0.40804 but this snippet does not work. Even tried with MVC 5.2.2.Tested with RazorGenerator 2.2.3This is...
View ArticleCreated Unassigned: Use Encoding.UTF8 instead of Encoding.Default [158]
When reading a source template, RazorGenerator currently uses `Encoding.Default`.In `RazorHost.GenerateCode()`: Stream stream = File.OpenRead(_fullPath); using (var reader = new StreamReader(stream,...
View ArticleCommented Unassigned: Use Encoding.UTF8 instead of Encoding.Default [158]
When reading a source template, RazorGenerator currently uses `Encoding.Default`.In `RazorHost.GenerateCode()`: Stream stream = File.OpenRead(_fullPath); using (var reader = new StreamReader(stream,...
View ArticleCommented Unassigned: Use Encoding.UTF8 instead of Encoding.Default [158]
When reading a source template, RazorGenerator currently uses `Encoding.Default`.In `RazorHost.GenerateCode()`: Stream stream = File.OpenRead(_fullPath); using (var reader = new StreamReader(stream,...
View ArticleCommented Unassigned: I cannot use RazorGenerator.MVC after upgrade to MVC...
If I won't edit any view I don't have any issue.But after edit, I cannot compile my project any more:error CS0103: The name 'Styles' does not exist in the current contexterror CS0103: The name...
View ArticleCommented Unassigned: I cannot use RazorGenerator.MVC after upgrade to MVC...
If I won't edit any view I don't have any issue.But after edit, I cannot compile my project any more:error CS0103: The name 'Styles' does not exist in the current contexterror CS0103: The name...
View ArticleCommented Unassigned: I cannot use RazorGenerator.MVC after upgrade to MVC...
If I won't edit any view I don't have any issue.But after edit, I cannot compile my project any more:error CS0103: The name 'Styles' does not exist in the current contexterror CS0103: The name...
View ArticleCommented Unassigned: I cannot use RazorGenerator.MVC after upgrade to MVC...
If I won't edit any view I don't have any issue.But after edit, I cannot compile my project any more:error CS0103: The name 'Styles' does not exist in the current contexterror CS0103: The name...
View ArticleCreated Unassigned: Fails to generate views when name starts with a number [159]
When we have a view starting with a number ex "123abc.cshtml" Razorgenerator.MsBUild creates the classes but they are not compilable :"Error 134 Type or namespace definition, or end-of-file expected...
View ArticleEdited Unassigned: Fails to generate views when name starts with a number [159]
When we have a view starting with a number ex "123abc.cshtml" Razorgenerator.MsBUild creates the classes but they are not compilable :"Error 134 Type or namespace definition, or end-of-file expected...
View ArticleEdited Unassigned: Fails to generate views when name starts with a number [159]
When we have a view starting with a number ex "123abc.cshtml" Razorgenerator.MsBUild creates the classes but they are not compilable :"Error 134 Type or namespace definition, or end-of-file expected...
View ArticleCommented Unassigned: Fails to generate views when name starts with a number...
When we have a view starting with a number ex "123abc.cshtml" Razorgenerator.MsBUild creates the classes but they are not compilable :"Error 134 Type or namespace definition, or end-of-file expected...
View ArticleCommented Unassigned: Fails to generate views when name starts with a number...
When we have a view starting with a number ex "123abc.cshtml" Razorgenerator.MsBUild creates the classes but they are not compilable :"Error 134 Type or namespace definition, or end-of-file expected...
View ArticleCreated Unassigned: Views are no CLS-compliant any more after upgrade to...
I've upgrade Razorgenerator.MsBuild to version 2.3 and generated views are no longer CLS-Compliant. Seeing that for all my views.
View ArticleClosed Unassigned: Views are no CLS-compliant any more after upgrade to...
I've upgrade Razorgenerator.MsBuild to version 2.3 and generated views are no longer CLS-Compliant. Seeing that for all my views.Comments: @msmolka, I just made a change to how we generate names for...
View ArticleCreated Unassigned: Unnecessary using statement in every generated file [161]
In every generated file, I get a list of `using` statements. The last one is for the assembly itself, so if the file is in the `Foo.Bar.Baz` assembly then I get `using Foo.Bar.Baz;`.Problem is, there...
View ArticleEdited Unassigned: Unnecessary using statement in every generated file [161]
In every generated file, I get a list of `using` statements. The last one is for the assembly itself, so if the file is in the `Foo.Bar.Baz` assembly then I get `using Foo.Bar.Baz;`.Problem is, there...
View ArticleCommented Unassigned: Unnecessary using statement in every generated file [161]
In every generated file, I get a list of `using` statements. The last one is for the assembly itself, so if the file is in the `Foo.Bar.Baz` assembly then I get `using Foo.Bar.Baz;`.Problem is, there...
View ArticleCommented Unassigned: Unnecessary using statement in every generated file [161]
In every generated file, I get a list of `using` statements. The last one is for the assembly itself, so if the file is in the `Foo.Bar.Baz` assembly then I get `using Foo.Bar.Baz;`.Problem is, there...
View ArticleCommented Unassigned: Unnecessary using statement in every generated file [161]
In every generated file, I get a list of `using` statements. The last one is for the assembly itself, so if the file is in the `Foo.Bar.Baz` assembly then I get `using Foo.Bar.Baz;`.Problem is, there...
View Article