Skip to content

deps: bump Wolfgang.Etl.Abstractions 0.13.1 -> 0.14.0#177

Merged
Chris-Wolfgang merged 1 commit into
vNextfrom
chore/bump-abstractions-0.14.0
Jun 25, 2026
Merged

deps: bump Wolfgang.Etl.Abstractions 0.13.1 -> 0.14.0#177
Chris-Wolfgang merged 1 commit into
vNextfrom
chore/bump-abstractions-0.14.0

Conversation

@Chris-Wolfgang

Copy link
Copy Markdown
Owner

Summary

Bumps Wolfgang.Etl.Abstractions from 0.13.1 → 0.14.0 (newly published to NuGet) in both source projects:

  • src/Wolfgang.Etl.TestKit/Wolfgang.Etl.TestKit.csproj
  • src/Wolfgang.Etl.TestKit.Xunit/Wolfgang.Etl.TestKit.Xunit.csproj

The TestKit package <Version> is intentionally left at 0.8.1 (the release PR handles versioning).

Transitive restore

No cascade. dotnet restore on 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. No Dispose(bool) override was added and no disposal redesign was done — the diff is the version bump only.

PublicAPI

No PublicAPI.Unshipped.txt entries needed — no new public/protected members were declared in these assemblies. (Inherited Dispose/DisposeAsync from the base are tracked by Abstractions, not here.)

Per-run reset note (ETL-Abstractions#246)

0.14.0 resets CurrentItemCount/CurrentSkippedItemCount and 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 failed
  • Wolfgang.Etl.TestKit.Xunit.Tests.Unit: 233 passed, 0 failed (includes idempotency tests)

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant