DotMake.CommandLine v1.8.3
- Fixed "CS0436 : The type 'CliServiceProviderExtensions' in ..." compiler error when project is referenced by another project.
- Generated Builder classes will be put in
GeneratedCode
sub-namespace of the definition class's namespace to prevent namespace pollution.
GlobalGeneratedCode
namespace was already being used by delegate-model, now class-based model will useGeneratedCode
sub-namespace.