Upgrade to .NET 10 - #172
Conversation
WalkthroughThe project undergoes a framework upgrade from .NET 8.0 to .NET 10.0 across all projects and the Dockerfile. Corresponding NuGet package versions are updated to align with the new framework, including Microsoft.SemanticKernel, Microsoft.Extensions packages, and test tooling. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (9)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (10)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. 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. Comment |
|
* Do not leak exception details in production * Fix unauthorised scenario asserts * Fix whitespace issue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix whitespace * Fix whitespace * Ensure tests cover exception handler as well as development excetion page * Revert "Ensure tests cover exception handler as well as development excetion page" This reverts commit 4b34d4b. * Use additional class to ensure tests cover exception handler as well as development excetion page * Use multiple WebApplicationFactories to cover production and deveopment scenarios * Use TheoryData as return type to provide better type safety * Explicit;ly configure exception handler * Ensure WebApplicationFactory and client get disposed * Add http sample file to solution * Upgrade to .NET 10 (#172) * Do not leak exception details in production * Fix unauthorised scenario asserts * Fix whitespace * Fix whitespace * Ensure tests cover exception handler as well as development excetion page * Fix whitespace issue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Ensure tests cover exception handler as well as development excetion page" This reverts commit 4b34d4b. * Use additional class to ensure tests cover exception handler as well as development excetion page * Use multiple WebApplicationFactories to cover production and deveopment scenarios * Use TheoryData as return type to provide better type safety * Explicit;ly configure exception handler * Ensure WebApplicationFactory and client get disposed * Add http sample file to solution * Implement ProblemDetails for only caller fixable extensions * Don't end Problem Deatils titles with full-stops * Refactor deprecated ConfigureWebHost override pattern * Treat all ICallerFixableException instaces as a Status400BadRequest * Add funcitonal Problem Details tests * Remove unnecessary null-conditional operator * Don't perform seperate dev and prod health tests - there is no value * Make namespaces clearer * Remove unused WebApplicationFactories * Remove unecessary launch profile * Add trace ID to Problem Details and log --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>



Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.