https://bugzilla.novell.com/show_bug.cgi?id=343465

           Summary: [g]mcs do not encode inner types exactly like MS csc
                    does
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: ---


This was found when debugging why some gendarme unit tests failed under MS
windows (while working under Mono).

[EMAIL PROTECTED]:~/src/bugzilla> mcs gbug.cs -pkg:mono-cecil
[EMAIL PROTECTED]:~/src/bugzilla> mono gbug.exe
Program+Iface1.IfaceMethod1
Program+Iface2.IfaceMethod2



C:\temp>csc gbug.cs -r:Mono.Cecil.dll
Microsoft (R) Visual C# 2008 Compiler version 3.5.21022.8
for Microsoft (R) .NET Framework version 3.5
Copyright (C) Microsoft Corporation. All rights reserved.


C:\temp>gbug
Program.Iface1.IfaceMethod1
Program.Iface2.IfaceMethod2


-- 
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

Reply via email to