mail-archives/mono-bugs/2010-July/102446.html

139 строки
4.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 624660] New: dmcs fails to resolve types in xml comments
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20624660%5D%20New%3A%20dmcs%20fails%20to%20resolve%20types%20in%20xml%0A%09comments&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="102582.html">
<LINK REL="Next" HREF="102449.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 624660] New: dmcs fails to resolve types in xml comments</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20624660%5D%20New%3A%20dmcs%20fails%20to%20resolve%20types%20in%20xml%0A%09comments&In-Reply-To="
TITLE="[Mono-bugs] [Bug 624660] New: dmcs fails to resolve types in xml comments">bugzilla_noreply at novell.com
</A><BR>
<I>Thu Jul 22 08:25:49 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="102582.html">[Mono-bugs] [Bug 624650] Wrong error reported when using [Conditional] attribute with override keyword
</A></li>
<LI>Next message: <A HREF="102449.html">[Mono-bugs] [Bug 624660] dmcs fails to resolve types in xml comments
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#102446">[ date ]</a>
<a href="thread.html#102446">[ thread ]</a>
<a href="subject.html#102446">[ subject ]</a>
<a href="author.html#102446">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=624660">http://bugzilla.novell.com/show_bug.cgi?id=624660</A>
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=624660#c0">http://bugzilla.novell.com/show_bug.cgi?id=624660#c0</A>
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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">msafar at novell.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jbevain at novell.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
Blocker: ---
Repro:
&lt;&lt;&lt;&lt;&lt;&lt;
using System;
namespace System.Linq.Expressions {
class Program {
/// &lt;summary&gt;
/// Bang: &lt;see cref=&quot;System.Type&quot;/&gt; bang.
/// &lt;/summary&gt;
public static void Main ()
{
}
}
}
&lt;&lt;&lt;&lt;&lt;&lt;
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: <A HREF="http://bugzilla.novell.com/userprefs.cgi?tab=email">http://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="102582.html">[Mono-bugs] [Bug 624650] Wrong error reported when using [Conditional] attribute with override keyword
</A></li>
<LI>Next message: <A HREF="102449.html">[Mono-bugs] [Bug 624660] dmcs fails to resolve types in xml comments
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#102446">[ date ]</a>
<a href="thread.html#102446">[ thread ]</a>
<a href="subject.html#102446">[ subject ]</a>
<a href="author.html#102446">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>