Skip to content

Bump Analyzers version to 0.2.0#552

Merged
YunchuWang merged 2 commits intomainfrom
copilot/bump-version-to-0-2-0
Dec 10, 2025
Merged

Bump Analyzers version to 0.2.0#552
YunchuWang merged 2 commits intomainfrom
copilot/bump-version-to-0-2-0

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 10, 2025

Updates the Analyzers package version from 0.1.0 to 0.2.0 to ship the FunctionNotFoundAnalyzer rules (DURABLE2003, DURABLE2004).

Changes

  • Updated VersionPrefix in src/Analyzers/Analyzers.csproj to 0.2.0
  • Moved DURABLE2003 and DURABLE2004 from AnalyzerReleases.Unshipped.md to AnalyzerReleases.Shipped.md under Release 0.2.0

The new rules warn when activity or sub-orchestration calls reference function names that don't match any definitions in the compilation.

Original prompt

bump version of src\Analyzers to 0.2.0


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump version of src/Analyzers to 0.2.0 Bump Analyzers version to 0.2.0 Dec 10, 2025
Copilot AI requested a review from YunchuWang December 10, 2025 19:25
@YunchuWang YunchuWang marked this pull request as ready for review December 10, 2025 20:01
Copilot AI review requested due to automatic review settings December 10, 2025 20:01
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

This PR bumps the Analyzers package version from 0.1.0 to 0.2.0 to officially ship the FunctionNotFoundAnalyzer diagnostic rules (DURABLE2003 and DURABLE2004). These rules detect when activity or sub-orchestration function calls reference names that don't match any defined functions in the compilation, helping developers catch invalid function references at compile time.

Key Changes

  • Version bumped from 0.1.0 to 0.2.0 in the Analyzers.csproj file
  • DURABLE2003 and DURABLE2004 diagnostic rules moved from Unshipped to Shipped release notes under Release 0.2.0

Reviewed changes

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

File Description
src/Analyzers/Analyzers.csproj Updates VersionPrefix from 0.1.0 to 0.2.0
src/Analyzers/AnalyzerReleases.Unshipped.md Removes DURABLE2003 and DURABLE2004 entries as they are now shipped
src/Analyzers/AnalyzerReleases.Shipped.md Adds Release 0.2.0 section with DURABLE2003 and DURABLE2004 diagnostic rules

The changes look correct and follow the proper Roslyn analyzer release tracking patterns. The FunctionNotFoundAnalyzer implementation exists in the codebase with comprehensive test coverage, and the version bump is appropriate for shipping these new diagnostic 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.

4 participants