[Mono-bugs] [Bug 44182][Nor] Changed - System.Reflection.Emit.AssemblyBuilder.DefineResource missing

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 5 Jun 2003 14:20:06 -0400 (EDT)


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 lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=44182

--- shadow/44182	Thu Jun  5 11:58:45 2003
+++ shadow/44182.tmp.29259	Thu Jun  5 14:20:05 2003
@@ -19,6 +19,12 @@
 The current mono implementation of
 System.Reflection.Emit.AssemblyBuilder.DefineResource returns null 
 always, and isn't marked TODO at all.
 
 ------- Additional Comments From tonyg@lshift.net  2003-06-05 11:58 -------
 Actually ModuleBuilder.DefineResource is missing too.
+
+------- Additional Comments From lupus@ximian.com  2003-06-05 14:20 -------
+I added the AssemblyBuilder stuff.
+The ModulerBuilder ones can be done with a hack, but I prefer adding
+them more cleanly (but this requires a bit of refactoring in the
+runtime, so will have to wait for later).