Skip to content

Fix analyzer release notes: move DURABLE0009/0010 to Shipped#641

Merged
cgillum merged 2 commits intomainfrom
cgillum/fix-analyzer-release-notes
Feb 18, 2026
Merged

Fix analyzer release notes: move DURABLE0009/0010 to Shipped#641
cgillum merged 2 commits intomainfrom
cgillum/fix-analyzer-release-notes

Conversation

@cgillum
Copy link
Copy Markdown
Member

@cgillum cgillum commented Feb 18, 2026

Summary

Moves DURABLE0009 and DURABLE0010 from \AnalyzerReleases.Unshipped.md\ to \AnalyzerReleases.Shipped.md\ under a new Release 0.3.0 section.

These rules shipped in analyzer v0.3.0 (published to NuGet on 12/29/2025) but were not moved from the Unshipped file at release time.

Rules moved

Rule ID Analyzer Description
DURABLE0009 GetInputOrchestrationAnalyzer Suggests using input parameter binding instead of \ctx.GetInput()\
DURABLE0010 LoggerOrchestrationAnalyzer Warns on non-contextual ILogger usage in orchestrations

These rules shipped in analyzer v0.3.0 (published to NuGet 12/29/2025)
but were not moved from Unshipped.md to Shipped.md at release time.
Copilot AI review requested due to automatic review settings February 18, 2026 21:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates analyzer release tracking documentation to correctly reflect that DURABLE0009 and DURABLE0010 shipped with analyzer v0.3.0 by moving them from the Unshipped list into the Shipped release notes.

Changes:

  • Removed DURABLE0009 and DURABLE0010 entries from AnalyzerReleases.Unshipped.md.
  • Added a new “Release 0.3.0” section to AnalyzerReleases.Shipped.md containing DURABLE0009 and DURABLE0010.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/Analyzers/AnalyzerReleases.Unshipped.md Removes DURABLE0009/0010 from the unshipped rules table.
src/Analyzers/AnalyzerReleases.Shipped.md Adds Release 0.3.0 section and records DURABLE0009/0010 as shipped rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants