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:

Package Type Update Change
Microsoft.VisualStudio.Threading.Analyzers (source) nuget minor 17.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.

@thomhurst thomhurst 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
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

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 ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

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 main May 31, 2026
13 of 14 checks passed
@thomhurst thomhurst deleted the renovate/microsoft.visualstudio.threading.analyzers-17.x branch May 31, 2026 14:01
This was referenced Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants