[Mono-bugs] [Bug 335349] New: GMCS: Generic argument to method in XML cref attribute parse error
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 19 15:36:31 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=335349
Summary: GMCS: Generic argument to method in XML cref attribute
parse error
Product: Mono: Compilers
Version: 1.2
Platform: i686
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: mike.allen at durrusa.com
QAContact: mono-bugs at ximian.com
Found By: ---
Created an attachment (id=179516)
--> (https://bugzilla.novell.com/attachment.cgi?id=179516)
File exhibiting the problem
I've tested this on Ubuntu 7.10 (Gutsy Gibbon) using Mono 1.2.4.0 and on
Windows XP using Mono 1.2.5.2 and the problem is the same for both.
Compile attached file (Test.cs) using the command:
gmcs -target:library -warn:4 -warnaserror -doc:Test.xml Test.cs
Get the following error:
Test.cs(9,18): error CS1580: Invalid type for parameter `1' in XML comment cref
attribute `DoSomething (T)'
Compilation failed: 1 error(s), 0 warnings
The same file compiles clean using Microsoft's csc compiler (version
8.00.50727.42) with the same options.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list