[Mono-bugs] [Bug 624660] New: dmcs fails to resolve types in xml comments
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jul 22 08:25:49 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=624660
http://bugzilla.novell.com/show_bug.cgi?id=624660#c0
Summary: dmcs fails to resolve types in xml comments
Classification: Mono
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: C#
AssignedTo: msafar at novell.com
ReportedBy: jbevain at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Repro:
<<<<<<
using System;
namespace System.Linq.Expressions {
class Program {
/// <summary>
/// Bang: <see cref="System.Type"/> bang.
/// </summary>
public static void Main ()
{
}
}
}
<<<<<<
We're issuing a:
test.cs(10,36): warning CS1574: XML comment on
`System.Linq.Expressions.Program.Main()' has cref attribute `System.Type' that
could not be resolved
csc does not.
Blocks IronRuby 1.1 compilation which is built with warnaserror.
--
Configure bugmail: http://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