Skip to content

Post-release: baseline → 0.19.0 (drop int→long suppressions) - #341

Merged
Chris-Wolfgang merged 2 commits into
mainfrom
chore/post-release-baseline-0.19.0
Jul 29, 2026
Merged

Post-release: baseline → 0.19.0 (drop int→long suppressions)#341
Chris-Wolfgang merged 2 commits into
mainfrom
chore/post-release-baseline-0.19.0

Conversation

@Chris-Wolfgang

Copy link
Copy Markdown
Owner

Post-release baseline bump → 0.19.0

Routine post-release step now that v0.19.0 is published: point main's Package Validation at the latest release so future work on main validates against 0.19.0 rather than the stale 0.18.1.

Changes

  • PackageValidationBaselineVersion 0.18.1 → 0.19.0.
  • Removed CompatibilitySuppressions.xml — it waived the int → long counter break (Widen EtlPipelineProgress counters from int to long (overflow-safe record counts) #285) against the 0.18.1 baseline. That break is gone versus 0.19.0 (0.19.0 already ships long counters), so 0.20 / any future work is purely additive and needs no suppressions. Pack validates clean against 0.19.0.
  • Version unchanged (0.19.0) — metadata only, no re-release.

Verification

  • dotnet pack + Package Validation green against the published 0.19.0 (no suppressions).
  • No protected files in the diff → no admin bypass needed.

Note: CI's Package Validation resolves the 0.19.0 baseline from nuget.org; if 0.19.0's CDN propagation is still in flight when checks first run, re-run the failed job once it's indexed.

Now that 0.19.0 is published, set PackageValidationBaselineVersion 0.18.1 -> 0.19.0 so future
work on main validates against the latest release. The int->long break is gone vs 0.19.0
(0.19.0 already ships long counters), so CompatibilitySuppressions.xml is removed — pack
validates clean against 0.19.0. Version unchanged (metadata only, no re-release).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 29, 2026 01:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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