Post-release: baseline → 0.19.0 (drop int→long suppressions) - #341
Merged
Conversation
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>
This was referenced Jul 30, 2026
This was referenced Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 onmainvalidates against 0.19.0 rather than the stale 0.18.1.Changes
PackageValidationBaselineVersion0.18.1 → 0.19.0.CompatibilitySuppressions.xml— it waived theint → longcounter 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 shipslongcounters), so 0.20 / any future work is purely additive and needs no suppressions. Pack validates clean against 0.19.0.0.19.0) — metadata only, no re-release.Verification
dotnet pack+ Package Validation green against the published 0.19.0 (no suppressions).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.