chore(deps): update Swashbuckle 10.2.3, Aspire.Hosting.Redis 13.4.6#64
Merged
Conversation
Unify Swashbuckle.AspNetCore on 10.2.3 for both TFMs, bump Aspire.Hosting.Redis to 13.4.6 (MessagePack to 2.5.302 to satisfy its transitive floor), and let Aspire assign the sample Redis and RedisInsight host ports so the sample no longer collides with a Redis already running on the dev machine. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_017DKgXfm65z7p7vAPdaTDcg Signed-off-by: Cosmin Staicu <[email protected]>
|
lucianaparaschivei
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Same updates as applied in ServiceCommon: unify Swashbuckle.AspNetCore on 10.2.3 for both TFMs, bump Aspire.Hosting.Redis to 13.4.6 (MessagePack 2.5.302 to satisfy its transitive floor), and drop the fixed sample Redis/RedisInsight host ports so Aspire assigns free ones (a fixed 6379 collides with any Redis already running on the dev machine, leaving the cache resource unhealthy). Build clean, 1166/1166 tests per TFM.