Skip to content

Ver.5.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 11:10
· 5 commits to master since this release
  • Add validation when doc comment parameter name not found in method parameters
  • Add ConsoleAppFrameworkGeneratorOptionsAttribute to disable auto naming conversion
  • Add RegisterCommandsAttribute to register commands automatically to ConsoleAppBuilder
  • Add ConsoleAppBuilder.ConfigureServices that automatically enabled when import Microsoft.Extensions.DependencyInjection
  • Add ConsoleAppBuilder.ConfigureLogging that automatically enabled when import Microsoft.Extensions.Logging
  • Add ConsoleAppBuilder.ConfigureEmptyConfiguration that automatically enabled when import Microsoft.Extensions.Configuration
  • Add ConsoleAppBuilder.ConfigureDefaultConfiguration that automatically enabled when import Microsoft.Extensions.Configuration.Json
  • Add IHostBuilder.ToConsoleAppBuilder that automatically enabled when import Microsoft.Extensions.Hosting
  • Add HostApplicationBuilder.ToConsoleAppBuilder that automatically enabled when import Microsoft.Extensions.Hosting
  • Breaking Changes: default version option shows InformationalVersion without source revision
  • Breaking Changes: IServiceProvider will Dispose when Run/RunAsync is finished

Full Changelog: 5.2.4...5.3.0