Bug 624660

Summary: dmcs fails to resolve types in xml comments
Product: [Mono] Mono: Compilers Reporter: Jean-Baptiste Evain <jbevain>
Component: C#Assignee: Marek Safar <msafar>
Status: RESOLVED DUPLICATE QA Contact: Mono Bugs <mono-bugs>
Severity: Major    
Priority: P5 - None    
Version: SVN   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jean-Baptiste Evain 2010-07-22 12:25:49 UTC
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.
Comment 1 Sebastien Pouliot 2010-07-22 12:31:55 UTC
dupe, it's regression of the last big changes in mcs code base

*** This bug has been marked as a duplicate of bug 603454 ***