chore: promote 0.9.0 API surface to PublicAPI.Shipped#185
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 26, 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.
Release prep for 0.9.0
This promotes the accumulated unreleased public API surface from each project's
PublicAPI.Unshipped.txtinto itsPublicAPI.Shipped.txt, reflecting that this API is now shipping in 0.9.0. EachPublicAPI.Unshipped.txtis reset to just the#nullable enableheader.What moved to Shipped
Wolfgang.Etl.TestKit (42 entries):
TestExtractor<T>constructors (feat: add factory-based constructors to TestExtractor<T> (#13) #171) —Func<T>/Func<int, T>with optionalcountandIProgressTimerFaulty*test doubles —FaultyExtractor<T>,FaultyLoader<T>,FaultyTransformer<T>withThrowAt,ThrowAfterCompletion,DuplicateAtbuilders and overridesDispose(bool)overrides on all six test doubles (fix: unsubscribe Elapsed on Dispose for all doubles #184)Wolfgang.Etl.TestKit.Xunit (35 entries):
ProgressCapture<T>andProgressAsserthelpers (feat: add ProgressCapture<T> and ProgressAssert helpers (#14) #172)Idempotent*contract base classes —IdempotentExtractorContractTests,IdempotentLoaderContractTests,IdempotentTransformerContractTests, including the twice-called reset tests and theGetCurrentItemCountvirtual hooks (feat: add opt-in idempotency contract test base classes (#15) #176/test: add CurrentItemCount per-run reset tests to idempotency bases (#15) #178)Verification
dotnet build ETL-Test-Kit.slnx -c Release— 0 warnings / 0 errors across all TFMs (RS0016/RS0017 confirm the Shipped union is exact)After this merges, both
PublicAPI.Unshipped.txtfiles contain only#nullable enable.🤖 Generated with Claude Code