http://bugzilla.novell.com/show_bug.cgi?id=614605
http://bugzilla.novell.com/show_bug.cgi?id=614605#c1 --- Comment #1 from Michael Hutchinson <[email protected]> 2010-06-16 04:26:40 UTC --- Some more notes - * It compiles fine with csc. * I can't get a smaller testcase to exhibit the same issue. * The issue goes away if I construct the normalBuilder in the place I use it, instead of a static initializer. * Static initializers seem to have other issues, for example if I make normalActions and motions into ViBuilder delegates, with the .Builder method after the collection initializer (like insertActionBuilder) so that I can then change line 75 to ViBuilders.First (normalActions, motions))); then the delegates passed to First are null. -- Configure bugmail: http://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
