We are using LLBLGen Pro 1.0.2005.1 with Visual Studio 2005 right now, the generated code have tons of xml documentation warnings.
for example:
XML documentation parse error: End tag 'summary' does not match the start tag 'see'. XML comment will be ignored. C:\Projects\AGCO.Licensing\Licensing\BusinessObjects\DatabaseGeneric\EntityClasses\RevenueCodeEntity.vb 344
Here are comments from the auto generated code
''' <summary>Returns true if the original value for the field with the fieldIndex passed in, read from the persistent storage was NULL, False otherwise.
''' Should Not be used For testing If the current value Is NULL, use <see cref="TestCurrentFieldValueForNull"> For that.</summary>
I think the reason is another "<" inside the comments, as all these comments are auto generated by LLBLGen Pro, is there a way I can get rid of these warnings? Or at least I can disable the xml comments, they really bother us.
Thanks