[Mono-bugs] [Bug 74604][Wis] New - ilasm doesn't support embedding managed resources

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Apr 2005 04:13:18 -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 radical@gmail.com.

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

--- shadow/74604	2005-04-14 04:13:18.000000000 -0400
+++ shadow/74604.tmp.3044	2005-04-14 04:13:18.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 74604
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: IL assembler
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: radical@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ilasm doesn't support embedding managed resources
+
+Attached patch adds support to ilasm to embed managed resources.
+
+.mresource public 'myresource.txt'
+{
+}
+
+.file and .assembly is not support with this patch. (should be there in my
+next one)
+
+Also attached is a test case..