http://bugzilla.novell.com/show_bug.cgi?id=502115
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=502115#c8 --- Comment #8 from Miguel de Icaza <[email protected]> 2009-05-15 14:13:14 MDT --- A couple of things: * Could you initialize the setting for the MONO_STRICT_MS_COMPLIANT as a readonly static field? That way there is no overhead at runtime and the JIT will inline the result. * Could you add detection for the STRICT case to suggest the user in an exception or error message that they could use the environment variable to chaneg the behavior? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
