[Mono-bugs] [Bug 21099] Changed - Interface member lookup problem
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Apr 2002 15:49:03 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21099
--- shadow/21099 Wed Mar 27 22:01:24 2002
+++ shadow/21099.tmp.31811 Wed Apr 3 10:49:03 2002
@@ -1,12 +1,12 @@
Bug#: 21099
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: f_ai@hotmail.com
@@ -145,6 +145,17 @@
public static void Main () {
IList list = new ArrayList ();
int n = list.Count;
}
}
+
+------- Additional Comments From dick@ximian.com 2002-04-03 10:49 -------
+Dan's corlib example code still doesnt build with mcs (it does with csc).
+
+This bug is also manifesting itself when building nant with mcs. The
+error there is:
+
+src/Project.cs(229) error CS0117: `System.Collections.IDictionary'
+does not contain a definition for `Keys'
+
+when quite clearly it does.