[Mono-bugs] [Bug 649884] Unjustified warning CS1574

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 20 09:37:50 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=649884

https://bugzilla.novell.com/show_bug.cgi?id=649884#c1


David Schmitt <david at dasz.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at dasz.at

--- Comment #1 from David Schmitt <david at dasz.at> 2010-12-20 14:37:49 UTC ---
This seems to be caused by any namespaced type reference:


ccnet at squeeze:~/tmp$ gmcs /t:library /doc:test.xml test.cs
test.cs(4,14): warning CS1574: XML comment on `Main' has cref attribute
`System.Type' that could not be resolved
Compilation succeeded - 1 warning(s)
ccnet at squeeze:~/tmp$ cat test.cs
using System;

/// <summary>See <see cref="System.Type"/>.</summary>
public class Main {
}

ccnet at squeeze:~/tmp$ gmcs --version
Mono C# compiler version 2.8.1.0
ccnet at squeeze:~/tmp$

-- 
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