We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f6f9e commit 8c599eeCopy full SHA for 8c599ee
1 file changed
src/Patching/Publicizer.cs
@@ -33,7 +33,7 @@ protected override bool OnTypeDefinition(TypeDefinition type)
33
{
34
if (type.IsNested && !type.IsNestedPublic)
35
36
- type.IsNestedPrivate = true;
+ type.IsNestedPublic = true;
37
return true;
38
}
39
0 commit comments