-
Notifications
You must be signed in to change notification settings - Fork 0
V3.0.0/dotnet9 #2
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
➖ remove support for TFM .net6.0 ⬆️ bump dependencies
Caution Review failedThe pull request is closed. WalkthroughThe pull request introduces significant updates across multiple files, primarily focusing on upgrading the framework support to .NET 9.0 and enhancing the functionality of various components. Key changes include modifications to the build pipeline configuration, release notes, and README documentation for several packages, as well as structural changes in the codebase such as method renaming and the introduction of new asynchronous methods. The overall adjustments reflect a shift towards improved developer experience and modernized code practices. Changes
Possibly related PRs
Poem
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 (
|
|
PR Classification
Enhancement and modernization of the project to support .NET 9.0 and .NET 8.0 frameworks, along with documentation updates and code improvements.
PR Summary
This pull request updates the project to support .NET 9.0 and .NET 8.0, introduces asynchronous methods, and enhances documentation.
pipelines.yml
andDirectory.Build.props
: Updated to target .NET 9.0 and .NET 8.0,ConsoleHostedService.cs
: Replaced synchronousRun
method with asynchronousRunAsync
and added structured logging,README.md
: Added C# examples, a logo, and contributing and license sections,PackageReleaseNotes.txt
andCHANGELOG.md
: Updated to reflect version 3.0.0 changes and removals,Startup.cs
andProgram.cs
: Modified to use asynchronous methods and updated application URLs.Summary by CodeRabbit
New Features
RunAsync
andUseServices
.Bug Fixes
ConsoleHostedService
.Documentation
Chores