codesmithtools / Templates

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

Errors in AddNewCoreAsync (VB) #386

Closed GoogleCodeExporter closed 9 years ago

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

What we're seeing:
    Protected Sub AddNewCoreAsync(ByVal handler As EventHandler(Of 
DataPortalResult(Of Object)))
 Transaction.NewTransactionAsync(Function(o, e) Do
        If e.Error Is Nothing Then
            Add(e.Object)
            handler.Invoke(Me, New DataPortalResult(Of Object)(e.Object, 
Nothing, Nothing))
        End If
 End Function)
    End Sub

What we should be seeing:
 Not really sure.

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

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

GoogleCodeExporter commented 9 years ago

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