-
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:
RunAsync
andConfigureConsole
methods to theConsoleStartup
class.HostApplicationBuilderExtensions
,IProgramFactory
,MinimalConsoleHostedService
,MinimalConsoleProgram
, andProgramFactory
classes in theCodebelt.Bootstrapper.Console
namespace.Web Application Enhancements:
MinimalWebProgram
andWebApplicationBuilderExtensions
classes in theCodebelt.Bootstrapper.Web
namespace.Codebelt.Bootstrapper.Web
in C#.Worker Application Enhancements:
MinimalWorkerProgram
in theCodebelt.Bootstrapper.Worker
namespace.Codebelt.Bootstrapper.Worker
in C#.Breaking Changes and Improvements:
Breaking Changes:
UseBootstrapperStartup
method andIStartupFactory
interface generic in theCodebelt.Bootstrapper
namespace.ProgramRoot
andStartupFactory
classes to use the genericIStartupFactory<TStartup>
interface.Improvements:
ConsoleHostedService
class for a better developer experience.BootstrapperLifetime
to support adhering toConsoleLifetimeOptions
.Documentation and Configuration Updates:
Documentation:
README.md
files to reflect changes in method names and added minimal usage examples for console, web, and worker applications. [1] [2] [3] [4]CHANGELOG.md
with highlighted features and breaking changes.Configuration:
Codebelt.Bootstrapper.sln
and updated solution configuration. [1] [2]Directory.Build.props
to reference the latest version ofCodebelt.Extensions.Xunit
..github/workflows/pipelines.yml
to 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
Minimal
application classes for console, web, and worker applications to simplify setup.Bug Fixes
ConsoleHostedService
class.Documentation
Codebelt.Bootstrapper
packages.Chores