Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82006 --- shadow/82006 2007-07-18 06:45:38.000000000 -0400 +++ shadow/82006.tmp.8622 2007-08-26 20:23:41.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82006 Product: Mono: Compilers Version: 1.0 OS: unknown OS Details: -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Minor Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -37,6 +37,23 @@ <see cref="T:#$%>" /> works i.e. nothing is checked when T: (or whatever x:) is specified. ------- Additional Comments From [EMAIL PROTECTED] 2007-07-18 06:45 ------- Fixed in svn. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-26 20:23 ------- +I'm still having trouble compiling with: ListBase{string} and +ListBase<string> + +According to the C# 3.0 (and I would assume 2.0) specification: + +The cref attribute can be attached to any tag to provide a reference +to a code element. The documentation generator must verify that this +code element exists. If the verification fails, the documentation +generator issues a warning. When looking for a name described in a +cref attribute, the documentation generator must respect namespace +visibility according to using statements appearing within the source +code. For code elements that are generic, the normal generic syntax +(ie List<T>) cannot be used because it produces invalid XML. Braces +can be used instead of brackets (ie List{T}), or the XML escape +syntax can be used (ie List<T>).
_______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
