Skip to content

DotMake.CommandLine v1.6.3

Compare
Choose a tag to compare
@calacayir calacayir released this 10 Jan 02:56
· 45 commits to main since this release
  • Improved: Ensure generation (which is rendered in the generated source code) is counted separately for different projects and target frameworks. This makes source control cleaner for TestApps which use EmitCompilerGeneratedFiles.
    Also use (FileName) instead of [FileName] for special classes so they are at the top in VS Analyzers node and they can be spotted quickly.
  • Improved: Better error handling in ArgumentConverter. If constructor or parse method of custom class/ienumerable throws exception, provide the details in error message.