Hi jb, yesterday I discovered a bug concerning the FullName property on nestedtypes:
compilergenerated nested types can and do use points in their names. Now I tried to build the assembly qualified name for a nestedtype, but i discovered, that the fullname of the nestedtype doesnt contain the whole name, but instead the type contains has "namespace" (which is the first part of the name to the last point) and the rest of the name in the name property. nestedtypes dont have namespaces on their own, but generated types (e.g. enumerators) do use points in their names. raph -- -- mono-cecil
