-
Notifications
You must be signed in to change notification settings - Fork 0
V9.0.0/net9rc2 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…uding Program associate
|
Caution Review failedThe pull request is closed. WalkthroughThe pull request introduces significant updates across multiple components of the Codebelt framework, focusing on enhancing workflow automation, updating package functionalities, and improving documentation. Key changes include modifications to the CI/CD pipeline configurations in Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|



This pull request includes several updates and new features for the Codebelt Bootstrapper, focusing on enhancing the developer experience and expanding support for minimal program structures. The changes span multiple files and include updates to documentation, configuration, and project structure.
New Features and Enhancements:
Console Application Enhancements:
RunAsyncandConfigureConsolemethods to theConsoleStartupclass.HostApplicationBuilderExtensions,IProgramFactory,MinimalConsoleHostedService,MinimalConsoleProgram, andProgramFactoryclasses in theCodebelt.Bootstrapper.Consolenamespace.Web Application Enhancements:
MinimalWebProgramandWebApplicationBuilderExtensionsclasses in theCodebelt.Bootstrapper.Webnamespace.Codebelt.Bootstrapper.Webin C#.Worker Application Enhancements:
MinimalWorkerProgramin theCodebelt.Bootstrapper.Workernamespace.Codebelt.Bootstrapper.Workerin C#.Breaking Changes and Improvements:
Breaking Changes:
UseBootstrapperStartupmethod andIStartupFactoryinterface generic in theCodebelt.Bootstrappernamespace.ProgramRootandStartupFactoryclasses to use the genericIStartupFactory<TStartup>interface.Improvements:
ConsoleHostedServiceclass for a better developer experience.BootstrapperLifetimeto support adhering toConsoleLifetimeOptions.Documentation and Configuration Updates:
Documentation:
README.mdfiles to reflect changes in method names and added minimal usage examples for console, web, and worker applications. [1] [2] [3] [4]CHANGELOG.mdwith highlighted features and breaking changes.Configuration:
Codebelt.Bootstrapper.slnand updated solution configuration. [1] [2]Directory.Build.propsto reference the latest version ofCodebelt.Extensions.Xunit..github/workflows/pipelines.ymlto ignore specific paths.These updates collectively improve the structure, usability, and extensibility of the Codebelt Bootstrapper, making it more adaptable to various application types and enhancing the overall developer experience.
Summary by CodeRabbit
Release Notes for Version 3.0.0
New Features
Minimalapplication classes for console, web, and worker applications to simplify setup.Bug Fixes
ConsoleHostedServiceclass.Documentation
Codebelt.Bootstrapperpackages.Chores