Jeff-Lewis / codesmith

Automatically exported from code.google.com/p/codesmith
0 stars 0 forks source link

XML comment cannot be applied more than once on a partital class #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Environment : vb.net, vs2008, Plinqo v3.0.687

the Class LinqEntityBase has XML Comment duplicated on both partital classes 
 at the LinqEntityBase.vb and LinqEntityBase.Generated.vb that causes the
warning :
XML comment cannot be applied more than once on a partital class

code listings:
LinqEntityBase.Generated.vb :
-----------------------------
''' <summary>
''' A base class for Linq entities that implements notification events.
''' </summary>
<System.Runtime.Serialization.DataContract( IsReference:=True )> _
    Public Partial MustInherit Class LinqEntityBase

LinqEntityBase.vb
-----------------
''' <summary>
    ''' A base class for Linq entities that implements notification events.
    ''' </summary>
    Public Partial MustInherit Class LinqEntityBase 

removing one of the xml comments  will solve the problem

Original issue reported on code.google.com by helmy....@gmail.com on 29 Jun 2009 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by tdupont...@gmail.com on 29 Jun 2009 at 7:28

GoogleCodeExporter commented 9 years ago
I'm cleaning up the vb templates.  I will include this as well.

Original comment by paul.wel...@gmail.com on 11 Aug 2009 at 2:03

GoogleCodeExporter commented 9 years ago
Comments should be fixed.  Please download the latest version and verify.

Original comment by shannon....@gmail.com on 28 Aug 2009 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by shannon....@gmail.com on 30 Dec 2009 at 5:43

GoogleCodeExporter commented 9 years ago

Original comment by shannon....@gmail.com on 30 Dec 2009 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by shannon....@gmail.com on 30 Dec 2009 at 9:16