microsoft / component-detection

Scans your project to determine what components you use
MIT License
396 stars 82 forks source link

chore(deps): update dependency microsoft.visualstudio.threading.analyzers to v17.10.48 #1083

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.VisualStudio.Threading.Analyzers (source) 17.8.14 -> 17.10.48 age adoption passing confidence

Release Notes

microsoft/vs-threading (Microsoft.VisualStudio.Threading.Analyzers) ### [`v17.10.48`](https://togithub.com/microsoft/vs-threading/releases/tag/v17.10.48) #### What's Changed - Don't package reference inbox assemblies on .NETCoreApp by [@​ViktorHofer](https://togithub.com/ViktorHofer) in [https://github.com/microsoft/vs-threading/pull/1269](https://togithub.com/microsoft/vs-threading/pull/1269) - Use precise assembly version for analyzers project by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1266](https://togithub.com/microsoft/vs-threading/pull/1266) - Add `AsyncLazy.SuppressRecursiveFactoryDetection` property by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1265](https://togithub.com/microsoft/vs-threading/pull/1265) - Fix hang in `AsyncLazy.DisposeValue()` when `T : IAsyncDisposable` by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1271](https://togithub.com/microsoft/vs-threading/pull/1271) - Bring back LocBin artifact publishing by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1284](https://togithub.com/microsoft/vs-threading/pull/1284) - Fix missing LocBin artifact on non-Windows agents by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1285](https://togithub.com/microsoft/vs-threading/pull/1285) - Beef up VSTHRD003 documentation by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1283](https://togithub.com/microsoft/vs-threading/pull/1283) - Build stable 17.10 version by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1293](https://togithub.com/microsoft/vs-threading/pull/1293) - Rollback Microsoft.Bcl.AsyncInterfaces to 6.0.0 by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1307](https://togithub.com/microsoft/vs-threading/pull/1307) #### New Contributors - [@​ViktorHofer](https://togithub.com/ViktorHofer) made their first contribution in [https://github.com/microsoft/vs-threading/pull/1269](https://togithub.com/microsoft/vs-threading/pull/1269) **Full Changelog**: https://github.com/microsoft/vs-threading/compare/v17.9.28...v17.10.48 ### [`v17.9.28`](https://togithub.com/microsoft/vs-threading/releases/tag/v17.9.28) #### What's Changed - Make `VSTHRD200` ignore `DisposeAsyncCore` by [@​MartyIX](https://togithub.com/MartyIX) in [https://github.com/microsoft/vs-threading/pull/1238](https://togithub.com/microsoft/vs-threading/pull/1238) - Fix VSTHRD110 to not misfire due to parentheses in invocation expressions by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1245](https://togithub.com/microsoft/vs-threading/pull/1245) - Emit VSTHRD003 warning when awaiting on foreign tasks from properties by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1244](https://togithub.com/microsoft/vs-threading/pull/1244) - Fix VSTHRD004 mis-fire on `NoThrowAwaitable()` by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1243](https://togithub.com/microsoft/vs-threading/pull/1243) - VSTHRD103 should flag violations amidst use of `?.` expressions by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1242](https://togithub.com/microsoft/vs-threading/pull/1242) - VSTHRD200 catches local function naming by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1246](https://togithub.com/microsoft/vs-threading/pull/1246) - VSTHRD111: Offer `.ConfigureAwait(false)` as the first code fix by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1248](https://togithub.com/microsoft/vs-threading/pull/1248) - Fix v17.2 official build by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1250](https://togithub.com/microsoft/vs-threading/pull/1250) - Merge latest Library.Template by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1249](https://togithub.com/microsoft/vs-threading/pull/1249) - Fix VSTHRD012 false positive due to inaccessible overloads by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1247](https://togithub.com/microsoft/vs-threading/pull/1247) - Analyzer fixes by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1251](https://togithub.com/microsoft/vs-threading/pull/1251) - Fix VSTHRD003 to allow for awaiting more Task properties by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1252](https://togithub.com/microsoft/vs-threading/pull/1252) - Drop reference to very old and removed document by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1255](https://togithub.com/microsoft/vs-threading/pull/1255) - Add `AsyncLazy.SuppressRelevance()` method by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1254](https://togithub.com/microsoft/vs-threading/pull/1254) - Bump DNNE from 2.0.1 to 2.0.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/vs-threading/pull/1257](https://togithub.com/microsoft/vs-threading/pull/1257) - VSTHRD003 analyzer false positive fixes by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1258](https://togithub.com/microsoft/vs-threading/pull/1258) - Avoid VSTHRD003 diagnostic for properties on objects created by async methods by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/microsoft/vs-threading/pull/1263](https://togithub.com/microsoft/vs-threading/pull/1263) - Build 17.9 stable version by [@​matteo-prosperi](https://togithub.com/matteo-prosperi) in [https://github.com/microsoft/vs-threading/pull/1264](https://togithub.com/microsoft/vs-threading/pull/1264) #### New Contributors - [@​MartyIX](https://togithub.com/MartyIX) made their first contribution in [https://github.com/microsoft/vs-threading/pull/1238](https://togithub.com/microsoft/vs-threading/pull/1238) **Full Changelog**: https://github.com/microsoft/vs-threading/compare/v17.8.14...v17.9.28

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago

πŸ‘‹ Hi! It looks like you modified some files in the Detectors folder. You may need to bump the detector versions if any of the following scenarios apply:

If none of the above scenarios apply, feel free to ignore this comment πŸ™‚

cobya commented 1 month ago

Will be handled by #1150

renovate[bot] commented 1 month ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (17.10.48). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.