Skip to content

DotMake.CommandLine v1.8.3

Compare
Choose a tag to compare
@calacayir calacayir released this 27 Feb 12:05
· 16 commits to main since this release
  • 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.
    Global GeneratedCode namespace was already being used by delegate-model, now class-based model will use GeneratedCode sub-namespace.