Skip to content

Conversation

@StevenTCramer
Copy link
Contributor

Summary

  • Disable symbol package generation to fix NuGet push errors
  • Bump version to 1.0.0-beta.2

Changes

  1. Set <IncludeSymbols>false</IncludeSymbols> in Directory.Build.props
  2. Removed <SymbolPackageFormat>snupkg</SymbolPackageFormat> as it's no longer needed
  3. Updated version from beta.1 to beta.2

Why

The previous release failed because NuGet.org rejected the symbol package (.snupkg) with error 400: "The package does not contain any symbol (.pdb) files." By disabling symbol package generation entirely, we avoid this issue.

Test plan

  • CI/CD workflow runs successfully
  • No .snupkg files are generated
  • Package publishes successfully to NuGet.org as TimeWarp.SourceGenerators v1.0.0-beta.2

🤖 Generated with Claude Code

- Set IncludeSymbols to false to prevent .snupkg generation
- Remove SymbolPackageFormat property as it's no longer needed
- Bump version to 1.0.0-beta.2

This fixes the NuGet push error where empty symbol packages were
being rejected by NuGet.org.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@StevenTCramer StevenTCramer merged commit a6534de into master Aug 2, 2025
1 check passed
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.

2 participants