[Mono-bugs] [Bug 68519][Nor] Changed - Mono localized resource embedding failure
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Oct 2004 10:41:29 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68519
--- shadow/68519 2004-10-18 14:01:35.000000000 -0400
+++ shadow/68519.tmp.23778 2004-10-25 10:41:29.000000000 -0400
@@ -57,6 +57,12 @@
In csc if you do /resource:../some/path/to/a/file it inserts the file
with the id 'file', where as mcs inserts the file with the id
'../some/path/to/a/file'. The workaround is to do
/resource:../some/path/to/a/file,file . However, I am 100% sure that
this is an mcs bug (although I have been told it isnt).
+
+------- Additional Comments From vargaz@gmail.com 2004-10-25 10:41 -------
+Are you sure csc does this ? If I do
+csc -resource:../foo/bar.c, ildasm shows the file having the id
+'../foo/bar.c'. This is with the .NET 2.0 beta.
+