Skip to content

Publish NuGet symbol package - #2654

Merged
Widthdom merged 1 commit into
mainfrom
codex/fix-issue1599-latest
May 24, 2026
Merged

Publish NuGet symbol package#2654
Widthdom merged 1 commit into
mainfrom
codex/fix-issue1599-latest

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Enable .snupkg symbol package generation for the cdidx NuGet package.
  • Verify both .nupkg and .snupkg artifacts in the release workflow.
  • Push both package artifacts to NuGet.org during release publishing.

Validation

  • dotnet build
  • dotnet pack src/CodeIndex/CodeIndex.csproj --configuration Release -p:Version=0.0.0-test --output /private/tmp/cdidx-pack-1599-clean
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: No blocking/actionable issues found.

Note: a full dotnet test run was attempted earlier, but it remained running for over 16 minutes amid other long-running local test processes and was stopped. This change is release packaging only; the focused pack/build validation above verifies the affected behavior.

Documentation and Changelog

  • Added changelog.d/unreleased/1599.fixed.md.
  • No README or developer-guide update was needed because this changes release packaging artifacts rather than CLI behavior or documented user workflow.

Fixes #1599

@Widthdom
Widthdom merged commit 027bd1c into main May 24, 2026
11 checks passed
@Widthdom
Widthdom deleted the codex/fix-issue1599-latest branch May 24, 2026 19:07
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.

.snupkg symbol package not produced; consumers cannot debug into CodeIndex

1 participant