-
Notifications
You must be signed in to change notification settings - Fork 98
Update ocelot #323
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
Update ocelot #323
Conversation
Thanks for opening this pull request! If you have implemented new functions, write about them in the readme file. |
WalkthroughThe changes update several project files to target .NET 8.0 and introduce new package versions. Multiple demo projects have upgraded their target frameworks and modified package references—updating dependencies such as Swashbuckle.AspNetCore and removing the Ocelot reference in some cases. The source project consolidates target frameworks and refreshes several dependency versions. Test projects also have dependency updates for benchmarking and unit test libraries. The modifications are confined to project configuration files. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (10)
🔇 Additional comments (19)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 (
|
Old Ocelot does not support streaming. If big request is routed thorugh Ocelot, it will load all data from downstream into memory and then send it to client. This was fixed in Ocelot 23.
Summary by CodeRabbit
Chores
Tests