[Mono-bugs] [Bug 528055] Obfuscation of field names of anonymous types causes System.MissingFieldException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 10 05:31:32 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=528055

User ben at challenor.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=528055#c6





--- Comment #6 from Ben Challenor <ben at challenor.org>  2009-08-10 03:31:31 MDT ---
By the way, here's the result of running the gmcs version on Microsoft and
Mono, unobfuscated and obfuscated:

D:\Share\Example1-gmcs>Program.exe
i = 1, b = True

D:\Share\Example1-gmcs>Obfuscated\Program.exe
i = 1, b = True

D:\Share\Example1-gmcs>"C:\Program Files\Mono-2.4\bin\mono.exe" Program.exe
i = 1, b = True

D:\Share\Example1-gmcs>"C:\Program Files\Mono-2.4\bin\mono.exe"
Obfuscated\Progr
am.exe

Unhandled Exception: System.MissingFieldException: Field '.<>__AnonType0`2.a'
no
t found.
  at a.a () [0x00000]

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


More information about the mono-bugs mailing list