Bump StackExchange.Redis from 3.1.13 to 3.1.31 - #552
Merged
Conversation
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.
Routine bump of the core dependency, with the analyzer surface as the motivation.
3.1.31 adds four new analyzer rules over 3.1.13:
It also ships a StackExchange.Redis.CodeFixes.dll alongside the existing analyzer assembly, so some of these come with fixes attached.
None of the new rules fire here: the build is clean, 0 warnings, 0 errors, across net481 / netstandard2.0 / net6.0 / net8.0 / net10.0 plus the test and Doc projects. Verified the analyzer is actually loaded and reporting rather than silently absent - a throwaway probe project on 3.1.31 does produce SER307 for db.StringGetAsync(...).Result. The .Result uses in our tests don't trip it because they go through a local rather than being applied to the invocation directly.
Also rebuilt with every SER3xx escalated to warning (they are not all warning-by-default) - still nothing.
Note
Low Risk
Patch-level dependency bump only; no application code or API surface changes in this repo.
Overview
Bumps the central
StackExchange.Redispackage version from 3.1.13 to 3.1.31 inDirectory.Packages.props.The newer package adds analyzer rules SER305–SER308 (mis-await / blocking Redis usage) plus code fixes. No other files change.
Reviewed by Cursor Bugbot for commit 56459a0. Bugbot is set up for automated code reviews on this repo. Configure here.