codesmithtools / Templates

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

Missing "End Sub" statement for partial methods (VB) #387

Closed GoogleCodeExporter closed 9 years ago

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

What is the expected output?
#Region DataPortal partial methods
         Partial Private Sub OnAddNewCore(ByRef item As ScheduledRace, 
ByRef cancel As Boolean)
         End Sub
#End Region

What do you see instead?
#Region DataPortal partial methods
         Partial Private Sub OnAddNewCore(ByRef item As ScheduledRace, 
ByRef cancel As Boolean)
#End Region

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:45

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