[Mono-bugs] [Bug 80487][Wis] Changed - Module static constructor of libraries is not executed

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 12 07:52:28 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 lupus at ximian.com.

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

--- shadow/80487	2007-01-11 14:29:13.000000000 -0500
+++ shadow/80487.tmp.15246	2007-01-12 07:52:28.000000000 -0500
@@ -80,6 +80,12 @@
 
 Some important information about module .cctor (look for .cctor on 
 these pages):
 http://msdn.microsoft.com/library/en-
 us/dv_vstechart/html/vcconmixeddllloadingproblem.asp
 http://msdn2.microsoft.com/en-us/library/ms173266(VS.80).aspx
+
+------- Additional Comments From lupus at ximian.com  2007-01-12 07:52 -------
+The main issue is finding out when the code must be run. Can we run it
+as soon as the assembly is loaded or do we have to wait until a
+field/class in the assembly is used? If you could write the tests and
+report the results it would be great.


More information about the mono-bugs mailing list