chore: bump Meziantou 3.0.115 + VS.Threading.Analyzers 18.7.23 (supersedes #185)#186
Merged
Conversation
…sedes #185) Folds the two analyzer bumps from Dependabot PR #185 onto the v0.2.2 vNext train. #185's other updates (Abstractions 0.14.1, TestKit/TestKit.Xunit 0.9.0) already landed on vNext via #177 — but Dependabot couldn't merge #185 to main because the 0.14.1 IDisposable change needs code reconciliation it didn't do (CA1063/CS0108/CS0114/S3881). #177 carries that reconciliation. Bumping here also lifts vNext's analyzer versions to/above main's (main has Meziantou 3.0.105 / VS.Threading 17.14.15), avoiding a downgrade conflict in Directory.Build.props when vNext merges to main (#134). - Meziantou.Analyzer 3.0.98 -> 3.0.115 - Microsoft.VisualStudio.Threading.Analyzers 17.14.15 -> 18.7.23 (major) Verified: src + test Release build clean (0 warnings) across all TFMs; 303/303 tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Retargets the Dependabot bump #185 onto the vNext (v0.2.2) train, the correct destination during the release cycle.
#185 targets
mainand is blocked: it bumpsWolfgang.Etl.Abstractions0.13.0→0.14.1 (whose base classes becameIDisposable) without the code reconciliation that requires, so the extractor/loader fail to build (CA1063 / CS0108 / CS0114 / S3881 on every TFM). #185 couldn't be cleanly retargeted in place — its branch is cut frommain, which has diverged fromvNextby 16 files.Decomposing #185's five bumps:
Bumping here also lifts vNext's analyzer versions to/above
main's (main has Meziantou 3.0.105 / VS.Threading 17.14.15), which avoids aDirectory.Build.propsdowngrade conflict when vNext merges to main (#134).Verified locally: src + test Release build clean (0 warnings) across all TFMs; 303/303 tests pass — the major VS.Threading 17→18 bump introduced no new diagnostics.
Once merged, #185 is fully superseded and will be closed.