deps: bump Wolfgang.Etl.Abstractions 0.13.1 -> 0.14.0#177
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.
Summary
Bumps
Wolfgang.Etl.Abstractionsfrom 0.13.1 → 0.14.0 (newly published to NuGet) in both source projects:src/Wolfgang.Etl.TestKit/Wolfgang.Etl.TestKit.csprojsrc/Wolfgang.Etl.TestKit.Xunit/Wolfgang.Etl.TestKit.Xunit.csprojThe TestKit package
<Version>is intentionally left at 0.8.1 (the release PR handles versioning).Transitive restore
No cascade.
dotnet restoreon both projects was clean — no NU1605/downgrade, no Microsoft.Bcl.* / System.Linq.Async / System.Linq.AsyncEnumerable conflicts. No new direct PackageReferences were added.Build & analyzer fallout
None. Both src projects build clean in Release across all TFMs (net462;netstandard2.0;net8.0;net10.0;net481), 0 warnings / 0 errors with treat-warnings-as-errors ON.
Although the Abstractions base classes now implement
IDisposable/IAsyncDisposable, no disposal analyzer (CA1063/CA2213/CA1816/etc.) fired on any of the doubles. NoDispose(bool)override was added and no disposal redesign was done — the diff is the version bump only.PublicAPI
No
PublicAPI.Unshipped.txtentries needed — no new public/protected members were declared in these assemblies. (InheritedDispose/DisposeAsyncfrom the base are tracked by Abstractions, not here.)Per-run reset note (ETL-Abstractions#246)
0.14.0 resets
CurrentItemCount/CurrentSkippedItemCountand timing at the start of each run. Contract tests create a fresh SUT per test, so they're unaffected. The repo's idempotency tests (TestExtractor/TestLoader/TestTransformerIdempotencyTests) run twice on a single instance and assert output identity (not cumulative counts) — they still pass. The #15 deferred reset tests are now implementable as a follow-up (not included here, to keep this diff minimal).Test results (Release, net8.0)
Wolfgang.Etl.TestKit.Tests.Unit: 122 passed, 0 failedWolfgang.Etl.TestKit.Xunit.Tests.Unit: 233 passed, 0 failed (includes idempotency tests)🤖 Generated with Claude Code