[Mono-bugs] [Bug 343465] New: [g]mcs do not encode inner types exactly like MS csc does
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 21 13:54:06 EST 2007
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: mono-bugs at ximian.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at ximian.com
Found By: ---
This was found when debugging why some gendarme unit tests failed under MS
windows (while working under Mono).
poupou at pollux:~/src/bugzilla> mcs gbug.cs -pkg:mono-cecil
poupou at pollux:~/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.
More information about the mono-bugs
mailing list