Jeff-Lewis / codesmith

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

XML comment has a tag with a 'cref' attribute 'StreamingContext' that could not be resolved. XML comment will be ignored. #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
steps to reproduce the problem are
1.Generate Entities From Within VS using vb.net
2.Build the application

there are many Warnings and they are all basically the same warning that says: 
XML comment has a tag with a 'cref' attribute 'StreamingContext' that could
not be resolved. XML comment will be ignored.

the same warning applies for any cref in any XML comment found in the
generated code

a sample XML comment :
''' <summary>
''' Called when serializing.
''' </summary>
''' <param name="context">The <see cref="StreamingContext"/> for the
serialization.</param>

if <see cref="StreamingContext"/> from the sample code above got replaced
with <see cref="System.Runtime.Serialization.StreamingContext"/>  the
warning will disappear

another solution to the proprem is to write 
imports System.Runtime.Serialization
at the top of the class but that solution to the problem is not preferred
that is because it will conflict with "ReSharper" VS plug-in . (it will
detect it as an unused imports statement and will remove it in code cleanup

Plinqo version No : v3.0.687

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
This issue should be resolved.  Please, download the latest version and verify.

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

GoogleCodeExporter commented 9 years ago
Problem still exist with plinqo version 3.1.808

Original comment by dunja.sj...@gmail.com on 3 Dec 2009 at 11:30

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