Skip to content

chore(deps): update dependency microsoft.visualstudio.threading.analyzers to 17.14.15 - #6134

Merged
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.visualstudio.threading.analyzers-17.x
May 31, 2026
Merged

chore(deps): update dependency microsoft.visualstudio.threading.analyzers to 17.14.15#6134
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.visualstudio.threading.analyzers-17.x

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

PackageTypeUpdateChange
Microsoft.VisualStudio.Threading.Analyzers (source)nugetminor17.13.6117.14.15

Release Notes

microsoft/vs-threading (Microsoft.VisualStudio.Threading.Analyzers)

v17.14.15

What's Changed

Fixes
Enhancements
Dependency updates

Full Changelog: microsoft/vs-threading@v17.13.2...v17.14.15


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thomhurstthomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels May 31, 2026
@thomhurst
thomhurst enabled auto-merge (squash) May 31, 2026 13:37
claude[bot]
claudeBot approved these changes May 31, 2026

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency Update Review: Microsoft.VisualStudio.Threading.Analyzers 17.13.61 → 17.14.15

This is a clean, minimal bump — single line in Directory.Packages.props, analyzer-only (no runtime impact).

What's in this update

Bug fixes worth noting:

  • VSTHRD110 false negative in local functions of async methods is now correctly caught. Since TUnit explicitly prohibits .Result/.GetAwaiter().GetResult() (per CLAUDE.md), this tightening is beneficial — it may surface previously-missed violations in local async functions across the codebase.
  • A race condition fix that could cause hangs.

Behavioral change to be aware of:

  • The package switches from build to buildTransitive targets. This means analyzer rules will now flow transitively to projects that reference this package indirectly. In practice this is unlikely to cause issues since the analyzer is a dev-time tool, but worth knowing if any downstream consumers of TUnit packages start seeing new VSTHRD warnings.

Assessment

Safe to merge. The VSTHRD110 improvement aligns well with TUnit's strict no-blocking-async policy and may catch issues that were previously silently missed in local functions.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics0 complexity

MetricResults
Complexity0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@thomhurst
thomhurst merged commit e007b0c into mainMay 31, 2026
13 of 14 checks passed
@thomhurst
thomhurst deleted the renovate/microsoft.visualstudio.threading.analyzers-17.x branch May 31, 2026 14:01
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency fileMINORrenovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thomhurst@renovate-bot