Skip to content

fix(packaging): separate analyzer symbols - #451

Merged
thomhurst merged 1 commit into
mainfrom
issue-437-analyzer-pdb-package
Aug 28, 2026
Merged

fix(packaging): separate analyzer symbols#451
thomhurst merged 1 commit into
mainfrom
issue-437-analyzer-pdb-package

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

Summary

  • remove Kevlar.Analyzers.pdb from the main Kevlar.nupkg
  • preserve analyzer symbols and SourceLink in Kevlar.snupkg
  • reject PDB assets in every main package and verify analyzer DLL determinism independently from symbol layout

Validation

  • dotnet build Kevlar.slnx -c Release --nologo
  • dotnet pack Kevlar.slnx -c Release --no-build -p:PackageOutputPath=artifacts/package/issue437-local --nologo
  • pwsh scripts/Verify-Packages.ps1 -PackagesPath artifacts/package/issue437-local -Version 0.0.0-local

Closes #437

@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: d2dd118c-a818-4ace-bb85-0c02823ac2d0


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@thomhurst
thomhurst merged commit 75a14b6 into main Aug 28, 2026
15 of 16 checks passed
@thomhurst
thomhurst deleted the issue-437-analyzer-pdb-package branch August 28, 2026 00:37
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.

fix(packaging): Kevlar.nupkg ships Kevlar.Analyzers.pdb in the main package

1 participant