https://bugzilla.novell.com/show_bug.cgi?id=425512
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=425512#c3 Robert Jordan <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Robert Jordan <[EMAIL PROTECTED]> 2008-09-12 06:54:39 MDT --- Type.GetType ("Mono.Runtime") is the documented way for detecting Mono, so it will be available forever. On private fields: I guess it's not necessary to mention that they could change at will, especially for ISerialized classes like Exception which do not need to take any care about the field layout. This applies to both runtimes. On Mono, this field is shared with the runtime, so renaming it is quite ugly. That said, please add just-another-hack to CC.NET. But do it right (with the necessary fallbacks in case the private field could not be found). BTW, faking the exception text has of course no effect on the actual stack frames. Applications that use StackTrace/StackFrame will still see the original short trace. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
