[Mono-bugs] [Bug 76371][Nor] Changed - NullReferenceException
compiling NDoc
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 14 17:21:08 EDT 2005
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76371
--- shadow/76371 2005-10-08 09:06:33.000000000 -0400
+++ shadow/76371.tmp.24655 2005-10-14 17:21:08.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76371
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -39,6 +39,27 @@
cd nant
make build-bootstrap
mono bootstrap/NAnt.exe -t:mono-1.0 build
cd ..
cd ndoc
mono ../nant/build/mono-1.0.unix/nant-0.85-debug/bin/NAnt.exe -t:mono-1.0
+
+------- Additional Comments From miguel at ximian.com 2005-10-14 17:21 -------
+This is a self contained test case:
+
+using System.ComponentModel;
+
+public class PropertySorter : ExpandableObjectConverter {
+}
+
+[TypeConverter(typeof(PathItemBase.TypeConverter))]
+class PathItemBase {
+ internal class TypeConverter : PropertySorter {
+ }
+}
+
+class X {
+ static void Main () {}
+}
+
+The problem is that the attribute [TypeConverter()] is referencing the
+nested PathItemBase.TypeConverter.
More information about the mono-bugs
mailing list