Skip to content

Bump Microsoft.VisualStudio.Threading.Analyzers from 17.14.15 to 18.7.23#34

Merged
HandyS11 merged 2 commits into
developfrom
dependabot/nuget/Microsoft.VisualStudio.Threading.Analyzers-18.7.23
Jun 29, 2026
Merged

Bump Microsoft.VisualStudio.Threading.Analyzers from 17.14.15 to 18.7.23#34
HandyS11 merged 2 commits into
developfrom
dependabot/nuget/Microsoft.VisualStudio.Threading.Analyzers-18.7.23

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.VisualStudio.Threading.Analyzers from 17.14.15 to 18.7.23.

Release notes

Sourced from Microsoft.VisualStudio.Threading.Analyzers's releases.

18.7.23

What's Changed

Fixes

Enhancements

New Contributors

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

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-version: 18.7.23
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 28, 2026
VS.Threading.Analyzers 18.x flags synchronous DbSet<T>.Add as
"Add synchronously blocks; await AddAsync instead" (VSTHRD103) because
DbSet also exposes AddAsync. This is a false positive: EF Core's Add does
not block; AddAsync only matters for special value generators. With
TreatWarningsAsErrors the 17.14.15 -> 18.7.23 bump broke the build (src
plus the EF-using test projects once src compiled).

Scope severity=none to src/RustPlusBot.Persistence (the only production
DbSet.Add sites) and to tests/** (test EF setup), keeping VSTHRD103
active everywhere else.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@HandyS11 HandyS11 merged commit 1ce78e5 into develop Jun 29, 2026
3 checks passed
@HandyS11 HandyS11 deleted the dependabot/nuget/Microsoft.VisualStudio.Threading.Analyzers-18.7.23 branch June 29, 2026 17:11
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant