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: Thanks for the report. I can reproduce it with a test case now. Will investigate and fix it soon.
As a workaround, I'm using the ObfuscationAttribute, to explicitly exclude them.
Comments: Thanks for the report. I can reproduce it with a test case now. Will investigate and fix it soon.