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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
