Skip to content

Bump Microsoft.VisualStudio.Threading from 17.14.15 to 18.7.23#1737

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/DevProxy/Microsoft.VisualStudio.Threading-18.7.23
Closed

Bump Microsoft.VisualStudio.Threading from 17.14.15 to 18.7.23#1737
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/DevProxy/Microsoft.VisualStudio.Threading-18.7.23

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Microsoft.VisualStudio.Threading from 17.14.15 to 18.7.23.

Release notes

Sourced from Microsoft.VisualStudio.Threading'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 dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 30, 2026 05:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jun 30, 2026
@waldekmastykarz

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@waldekmastykarz waldekmastykarz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM - dependency update with async fix for VSTHRD103

@waldekmastykarz waldekmastykarz enabled auto-merge (squash) June 30, 2026 07:24

@waldekmastykarz waldekmastykarz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM - all checks pass

waldekmastykarz
waldekmastykarz previously approved these changes Jul 2, 2026

@waldekmastykarz waldekmastykarz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM - dependency update looks good

@waldekmastykarz

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@waldekmastykarz

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/nuget/DevProxy/Microsoft.VisualStudio.Threading-18.7.23 branch from 3e0385c to dc33a35 Compare July 3, 2026 07:18
@waldekmastykarz

Copy link
Copy Markdown
Collaborator

@copilot fix

auto-merge was automatically disabled July 3, 2026 10:26

Head branch was pushed to by a user without write access

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

@copilot fix

Fixed in the latest commit. Two issues were resolved:

  1. DevProxy.Plugins/packages.lock.json was stale — it still referenced Markdig 1.3.0 and Scriban 7.2.4 from devproxy.abstractions, which caused dotnet restore --locked-mode to fail in CI. Regenerated the lock file to pick up the current versions (1.3.2 / 7.2.5).
  2. VSTHRD103 build error in CertificateDiskCache.cs — the new version of Microsoft.VisualStudio.Threading introduced a stricter analyzer that flagged the synchronous File.ReadAllBytes call. Converted the private LoadCertificate helper to async Task using File.ReadAllBytesAsync.

Copilot AI requested a review from waldekmastykarz July 3, 2026 10:29
@waldekmastykarz waldekmastykarz force-pushed the dependabot/nuget/DevProxy/Microsoft.VisualStudio.Threading-18.7.23 branch from 562156d to 7d65815 Compare July 6, 2026 06:20

@waldekmastykarz waldekmastykarz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@waldekmastykarz waldekmastykarz enabled auto-merge (squash) July 6, 2026 06:23
@waldekmastykarz

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@waldekmastykarz waldekmastykarz disabled auto-merge July 6, 2026 06:24
waldekmastykarz
waldekmastykarz previously approved these changes Jul 6, 2026

@waldekmastykarz waldekmastykarz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@waldekmastykarz waldekmastykarz enabled auto-merge (squash) July 6, 2026 06:26
@waldekmastykarz waldekmastykarz disabled auto-merge July 6, 2026 06:27
@waldekmastykarz

Copy link
Copy Markdown
Collaborator

@dependabot recreate

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading
  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 force-pushed the dependabot/nuget/DevProxy/Microsoft.VisualStudio.Threading-18.7.23 branch from 7d65815 to 8b1da1b Compare July 6, 2026 06:29
@waldekmastykarz

Copy link
Copy Markdown
Collaborator

Closing to let dependabot create a fresh PR.

@waldekmastykarz waldekmastykarz deleted the dependabot/nuget/DevProxy/Microsoft.VisualStudio.Threading-18.7.23 branch July 6, 2026 06:47
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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.

2 participants