https://bugzilla.novell.com/show_bug.cgi?id=403371
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=403371#c1 --- Comment #1 from Néstor Salceda <[EMAIL PROTECTED]> 2008-06-24 16:51:57 MDT --- Created an attachment (id=224149) --> (https://bugzilla.novell.com/attachment.cgi?id=224149) An isolated testcase for test with Cecil. Here is the proposed testcase, I have removed the code dependent with gendarme and I tried to isolate the problem. For compiling: gmcs -target:library -pkg:mono-nunit -pkg:mono-cecil TestCase.cs For executing: nunit-console2 TestCase.dll It seems a problem when Cecil reads the method body from an auto generated type (see the yield and iterators), and it contains generic parameters. Hope it helps :) -- 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
