[Dependencies] Updating Meziantou.Analyzer (Code Analysis) to 3.0.109#380
Conversation
|
CI failed with MA0032/MA0040 (Meziantou.Analyzer 3.0.109) in Fixed in e07558c — replaced |
MA0032/MA0040 (Meziantou.Analyzer 3.0.109) require that ReadAllAsync and Subscribe are both called with a meaningful CancellationToken rather than CancellationToken.None or no token. Added a CancellationTokenSource tied to the service lifetime, passed its Token to both ReadAllAsync and Subscribe calls (Subscribe(token) automatically disposes the subscription when cancelled), cancel it in both StopAsync and Dispose, and removed the now- redundant IDisposable subscription fields.
e07558c to
726c8e4
Compare
|
Rebase onto main completed. Conflicts resolved by keeping CHANGELOG.md entries from both sides and taking the latest package versions ( CI checks are now pending — waiting for results before proceeding. |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
|
All CI checks have passed. Auto-merge is enabled and the PR will merge automatically once all branch protection requirements are satisfied. |
Description
How Has This Been Tested
Types of changes
functionality to change)
Deployment Configuration Changes
Checklist