[Mono-bugs] [Bug 73161][Nor] Changed - mcs doesn't support encoding of new DllImportAttribute fields in net 2.0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Mar 2005 10:04:26 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73161
--- shadow/73161 2005-03-15 18:59:06.000000000 -0500
+++ shadow/73161.tmp.3471 2005-03-16 10:04:26.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73161
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@gmail.com
QAContact: mono-bugs@ximian.com
@@ -34,6 +34,9 @@
The problem here is that Reflection.Emit does not support passing
this special information to the DefinePInvokeMethod;
We need to add a Mono-internal method, like we have done in the past
to allow setting these two variables. If we get the method in
Reflection, the support on the mcs side is very simple.
+
+------- Additional Comments From vargaz@gmail.com 2005-03-16 10:04 -------
+Fixed in SVN.