[Mono-bugs] [Bug 69780][Wis] New - AssemblyBuilder.Save doesn't throw NotSupportedException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Nov 2004 17:07:02 -0500 (EST)
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 malekith@pld-linux.org.
http://bugzilla.ximian.com/show_bug.cgi?id=69780
--- shadow/69780 2004-11-21 17:07:02.000000000 -0500
+++ shadow/69780.tmp.2742 2004-11-21 17:07:02.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 69780
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: malekith@pld-linux.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: AssemblyBuilder.Save doesn't throw NotSupportedException
+
+The Save method of AssemblyBuilder should throw NotSupportedException when
+some type has not been finialized with CreateType(). It is not done, while
+the finialization is important (fixup_labels for methods is called), and
+not finializing types causes wrong IL to be generated.