Skip to content

Commit

Permalink
masesgroup#17: added Internal namespace in reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Mar 10, 2022
1 parent a21d480 commit a5fc775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NuReflector/NuReflector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ public Generator(string sourceFolder, string pomTemplateFile, string packageId,
EnableInterfaceInheritance = true,
EnableRefOutParameters = true,
AvoidReportAndStatistics = true,
AvoidDisableInternalNamespace = true,
};

POMArg = new POMBuilderEventArgs()
Expand Down

0 comments on commit a5fc775

Please sign in to comment.