nyxiscoo1 / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

GetTypeDefinition support for nested and generic interfaces #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Attached txt file contains a fixed GetTypeDefinition that fixes
AssemblyCache.cs to support nested and generic base types (and interfaces)
for virtual method resolving.

Original issue reported on code.google.com by carlokok@gmail.com on 1 Sep 2009 at 10:44

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch!
In version 1.5 this issue is fixed. It uses the TypeKey class now for creation 
of the
type name. This class creates correct type names for nested types and generic 
interfaces.

Original comment by webbi...@gmail.com on 6 Nov 2009 at 3:10