codesmithtools / Templates

CodeSmith Generator Templates
http://www.codesmithtools.com/product/generator
54 stars 35 forks source link

Missing quotes from Region statements (VB) #385

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate VB code

Seeing: #Region DataPortal partial methods
Should see: #Region "DataPortal partial methods"

The '#Region DataPortal partial methods' should be '#Region "DataPortal 
partial methods" ' (missing quotes around the literal)

CodeSmith: v5.2.1, CSLA Templates: v2.0.1.1666, CSLA Framework: v4.0.0.
Visual Studio 2010

Original issue reported on code.google.com by bill.n...@gmail.com on 7 Jun 2010 at 4:19

GoogleCodeExporter commented 9 years ago
Hello,

This has been fixed in revision 1677.

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 8 Jun 2010 at 11:25

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 21 Jun 2010 at 8:10