[Mono-bugs] [Bug 79604][Nor] Changed - Resources defined in modules are ignored
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Feb 17 13:52:45 EST 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=79604
--- shadow/79604 2006-10-06 14:47:15.000000000 -0400
+++ shadow/79604.tmp.18099 2007-02-17 13:52:45.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 79604
-Product: Mono: Compilers
-Version: 1.1
+Product: Mono: Runtime
+Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
-Component: C#
+Component: debug
AssignedTo: rharinath at novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -35,6 +35,27 @@
and exit code 1
------- Additional Comments From gert.driesen at pandora.be 2006-10-06 14:47 -------
Created an attachment (id=17811)
Gzipped tar containing repro.
+
+------- Additional Comments From marek.safar at seznam.cz 2007-02-17 13:52 -------
+It looks like runtime bug as mcs fully rely on functionality provided
+by runtime.
+
+--Expected assembly content
+
+.file res.netmodule
+ .hash = ...........
+
+.mresource public test.txt
+{
+ .file res.netmodule at 0x00000000
+}
+
+--Actual assembly content
+
+.file res.netmodule
+ .hash = ...........
+
+
More information about the mono-bugs
mailing list