Skip to content

fix(scripts): verify packaged analyzer - #446

Merged
thomhurst merged 1 commit into
mainfrom
issue-436-public-api-analyzer-path
Aug 28, 2026
Merged

fix(scripts): verify packaged analyzer#446
thomhurst merged 1 commit into
mainfrom
issue-436-public-api-analyzer-path

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

Summary

  • discover Kevlar.Analyzers.dll in both legacy and versioned Roslyn analyzer package paths
  • derive expected packaged assemblies from shipped API baselines and fail with their names when any are absent
  • guard both verifier contracts in release-workflow validation

Test plan

  • synthetic versioned analyzer package: 21 APIs verified
  • synthetic missing expected assembly: verifier fails and names it
  • analyzer baseline with one member removed: verifier reports that member missing
  • pwsh scripts/Verify-ReleaseWorkflow.ps1
  • dotnet build Kevlar.slnx -c Release --nologo

Closes #436

@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: 70f11833-64ca-44d1-9d08-fe49b52b3876


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 111bd04 into main Aug 28, 2026
7 checks passed
@thomhurst
thomhurst deleted the issue-436-public-api-analyzer-path branch August 28, 2026 00:05
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(scripts): Verify-PublicApi.ps1 silently skips analyzer since asset moved to analyzers/dotnet/roslyn4.8/cs

1 participant