-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Microsoft.VisualStudio.Threading.Analyzers from 17.10.48 to 17.11.20 in /webapi #1117
Merged
glahaye
merged 1 commit into
main
from
dependabot/nuget/webapi/Microsoft.VisualStudio.Threading.Analyzers-17.11.20
Aug 20, 2024
Merged
Bump Microsoft.VisualStudio.Threading.Analyzers from 17.10.48 to 17.11.20 in /webapi #1117
glahaye
merged 1 commit into
main
from
dependabot/nuget/webapi/Microsoft.VisualStudio.Threading.Analyzers-17.11.20
Aug 20, 2024
Conversation
This file contains 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
Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) from 17.10.48 to 17.11.20. - [Release notes](https://github.com/microsoft/vs-threading/releases) - [Commits](microsoft/vs-threading@v17.10.48...v17.11.20) --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Threading.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Aug 19, 2024
glahaye
approved these changes
Aug 20, 2024
glahaye
deleted the
dependabot/nuget/webapi/Microsoft.VisualStudio.Threading.Analyzers-17.11.20
branch
August 20, 2024 18:03
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
…1.20 in /webapi (microsoft#1117) Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) from 17.10.48 to 17.11.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/vs-threading/releases">Microsoft.VisualStudio.Threading.Analyzers's releases</a>.</em></p> <blockquote> <h2>v17.11.20</h2> <h2>What's Changed</h2> <ul> <li>Stabilize package version by <a href="https://github.com/matteo-prosperi"><code>@matteo-prosperi</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1326">microsoft/vs-threading#1326</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vs-threading/compare/v17.11.19-preview...v17.11.20">https://github.com/microsoft/vs-threading/compare/v17.11.19-preview...v17.11.20</a></p> <h2>v17.11.19-preview</h2> <h2>What's Changed</h2> <ul> <li>Bump System.Threading.Tasks.Dataflow from 7.0.0 to 8.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1292">microsoft/vs-threading#1292</a></li> <li>Bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1281">microsoft/vs-threading#1281</a></li> <li>Skip sending ETW trace event for nested lock which is always granted automatically by <a href="https://github.com/lifengl"><code>@lifengl</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1301">microsoft/vs-threading#1301</a></li> <li>Prevent creating two task waiting chains per AsyncLazy.GetValueAsync(CancellationToken) by <a href="https://github.com/lifengl"><code>@lifengl</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1296">microsoft/vs-threading#1296</a></li> <li>Ensure unique <code>requestId</code> values in ETW events by <a href="https://github.com/AArnott"><code>@AArnott</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1304">microsoft/vs-threading#1304</a></li> <li>Increase <code>AsyncCrossProcessMutex</code> stack size by <a href="https://github.com/AArnott"><code>@AArnott</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1310">microsoft/vs-threading#1310</a></li> <li>Add System.Memory as package dependency by <a href="https://github.com/AArnott"><code>@AArnott</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1317">microsoft/vs-threading#1317</a></li> <li>Fix documentation around <code>AsyncQueue<T></code> completion by <a href="https://github.com/AArnott"><code>@AArnott</code></a> in <a href="https://redirect.github.com/microsoft/vs-threading/pull/1316">microsoft/vs-threading#1316</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vs-threading/compare/v17.10.48...v17.11.19-preview">https://github.com/microsoft/vs-threading/compare/v17.10.48...v17.11.19-preview</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/vs-threading/commit/2f713da7b2554e37d2473e376804e0d109503f22"><code>2f713da</code></a> Stabilize package version (<a href="https://redirect.github.com/microsoft/vs-threading/issues/1326">#1326</a>)</li> <li><a href="https://github.com/microsoft/vs-threading/commit/f60e988dcddbfcbf00313de2a0ae557b314a0124"><code>f60e988</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/vs-threading/issues/1321">#1321</a> from microsoft/fixOptProf</li> <li><a href="https://github.com/microsoft/vs-threading/commit/cc03e789ad18fa81ebfe16df33adc3859429ea3a"><code>cc03e78</code></a> Drop unstable tests from OptProf</li> <li><a href="https://github.com/microsoft/vs-threading/commit/1f2ded77c1210de2bef80ba5446a280c5ef9c139"><code>1f2ded7</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/vs-threading/issues/1316">#1316</a> from microsoft/fix1306</li> <li><a href="https://github.com/microsoft/vs-threading/commit/c3d6893cb325e0e9efc366f57e0830931a6f41bd"><code>c3d6893</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/vs-threading/issues/1319">#1319</a> from microsoft/v17.10</li> <li><a href="https://github.com/microsoft/vs-threading/commit/ceeefbbac37ec31c6c95dd6e9ffa1c41da2cd1c5"><code>ceeefbb</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/vs-threading/issues/1317">#1317</a> from AArnott/fix1303</li> <li><a href="https://github.com/microsoft/vs-threading/commit/06822126471abf75eca6a4bb4b7081872cc040bf"><code>0682212</code></a> Add System.Memory as package dependency</li> <li><a href="https://github.com/microsoft/vs-threading/commit/34afdf35d529690f2338ff26b122f1f396eb8342"><code>34afdf3</code></a> Fix documentation around <code>AsyncQueue\<T></code> completion</li> <li><a href="https://github.com/microsoft/vs-threading/commit/8d24456ada292de911f11a5f23e9db8629fc6996"><code>8d24456</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/vs-threading/issues/1312">#1312</a> from microsoft/fixoptprof</li> <li><a href="https://github.com/microsoft/vs-threading/commit/2444e675c1d5672f27f91acb615844eb12ffae2d"><code>2444e67</code></a> Merge remote-tracking branch 'libtemplate/microbuild_staging' into HEAD</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/vs-threading/compare/v17.10.48...v17.11.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.VisualStudio.Threading.Analyzers&package-manager=nuget&previous-version=17.10.48&new-version=17.11.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
webapi
Pull requests that update .net code
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.
Bumps Microsoft.VisualStudio.Threading.Analyzers from 17.10.48 to 17.11.20.
Release notes
Sourced from Microsoft.VisualStudio.Threading.Analyzers's releases.
Commits
2f713da
Stabilize package version (#1326)f60e988
Merge pull request #1321 from microsoft/fixOptProfcc03e78
Drop unstable tests from OptProf1f2ded7
Merge pull request #1316 from microsoft/fix1306c3d6893
Merge pull request #1319 from microsoft/v17.10ceeefbb
Merge pull request #1317 from AArnott/fix13030682212
Add System.Memory as package dependency34afdf3
Fix documentation aroundAsyncQueue\<T>
completion8d24456
Merge pull request #1312 from microsoft/fixoptprof2444e67
Merge remote-tracking branch 'libtemplate/microbuild_staging' into HEADDependabot 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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)