With the usual settings (KeepPublicApi = true, HidePrivateApi = true), the nested classes are been renamed, even they're public.
As a workaround, I'm using the ObfuscationAttribute, to explicitly exclude them.
Comments: Fixed in master.
As a workaround, I'm using the ObfuscationAttribute, to explicitly exclude them.
Comments: Fixed in master.