Skip to content

feat: Report.TotalItemCount for collection-backed extractor doubles - #252

Merged
Chris-Wolfgang merged 1 commit into
vNextfrom
feat/report-total-item-count
Jul 27, 2026
Merged

feat: Report.TotalItemCount for collection-backed extractor doubles#252
Chris-Wolfgang merged 1 commit into
vNextfrom
feat/report-total-item-count

Conversation

@Chris-Wolfgang

Copy link
Copy Markdown
Owner

Stacked PR 4/4 for 0.11.0 (base: chore/promote-publicapi-shipped).

TestExtractor<T> and FaultyExtractor<T> set Report.TotalItemCount from a materialized ICollection<T> source, so PercentComplete/EstimatedRemaining compute for reported progress. Enumerator/factory sources have no known total (stays null). No new public API surface (inside CreateProgressReport). +2 tests.

Copilot AI review requested due to automatic review settings July 27, 2026 02:14

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.

@Chris-Wolfgang
Chris-Wolfgang force-pushed the chore/promote-publicapi-shipped branch from 652bce1 to 48539d6 Compare July 27, 2026 21:47
… extractor doubles

TestExtractor<T> and FaultyExtractor<T> now set TotalItemCount in CreateProgressReport
when the source is a materialized ICollection<T>, so PercentComplete / EstimatedRemaining
compute for reported progress. Enumerator- and factory-backed sources have no known total
(TotalItemCount stays null). +2 tests.

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.

2 participants