Update AsyncInterfaces to 10.0.2, bump project versions#51
Merged
Chris-Wolfgang merged 1 commit intomainfrom Jan 15, 2026
Merged
Update AsyncInterfaces to 10.0.2, bump project versions#51Chris-Wolfgang merged 1 commit intomainfrom
Chris-Wolfgang merged 1 commit intomainfrom
Conversation
Upgraded Microsoft.Bcl.AsyncInterfaces to 10.0.2 in all projects and updated related reference paths. Incremented Wolfgang.Etl.Abstractions and its test project to version 0.8.1. Also updated System.Linq.AsyncEnumerable to 10.0.2 for .NET 8.0+ test targets.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.1 to 10.0.2 across all projects and bumps the project version from 0.8.0 to 0.8.1 for Wolfgang.Etl.Abstractions and its test project.
Changes:
- Updated Microsoft.Bcl.AsyncInterfaces from 10.0.1 to 10.0.2 in the main library, all .NET 4.8 examples, and their associated packages.config files
- Updated System.Linq.AsyncEnumerable from 10.0.1 to 10.0.2 for .NET 8.0+ test targets
- Incremented project version to 0.8.1 for Wolfgang.Etl.Abstractions and Wolfgang.Etl.Abstractions.Tests.Unit
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj | Updated project version to 0.8.1 and Microsoft.Bcl.AsyncInterfaces to 10.0.2 |
| tests/Wolfgang.Etl.Abstractions.Tests.Unit/Wolfgang.Etl.Abstractions.Tests.Unit.csproj | Updated project version to 0.8.1 and System.Linq.AsyncEnumerable to 10.0.2 for .NET 8.0+ targets |
| examples/Net4.8/Example1-BasicETL/Example1-BasicETL.csproj | Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2 |
| examples/Net4.8/Example1-BasicETL/packages.config | Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example2-WithCancellationToken/Example2-WithCancellationToken.csproj | Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2 |
| examples/Net4.8/Example2-WithCancellationToken/packages.config | Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example3-WithGracefulCancellation/Example3-WithGracefulCancellation.csproj | Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2 |
| examples/Net4.8/Example3-WithGracefulCancellation/packages.config | Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example4a-WithExtractorProgress/Example4a-WithExtractorProgress.csproj | Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2 |
| examples/Net4.8/Example4a-WithExtractorProgress/packages.config | Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example4b-WithTransformerProgress/Example4b-WithTransformerProgress.csproj | Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2 |
| examples/Net4.8/Example4b-WithTransformerProgress/packages.config | Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example4c-WithLoaderProgress/Example4c-WithLoaderProgress.csproj | Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2 |
| examples/Net4.8/Example4c-WithLoaderProgress/packages.config | Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example5a-ExtractorWithProgressAndCancellation/Example5a-ExtractorWithProgressAndCancellation.csproj | Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2 |
| examples/Net4.8/Example5a-ExtractorWithProgressAndCancellation/packages.config | Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example6-ReducingDuplicateCode/Example6-ReducingDuplicateCode.csproj | Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2 |
| examples/Net4.8/Example6-ReducingDuplicateCode/packages.config | Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Upgraded Microsoft.Bcl.AsyncInterfaces to 10.0.2 in all projects and updated related reference paths. Incremented Wolfgang.Etl.Abstractions and its test project to version 0.8.1. Also updated System.Linq.AsyncEnumerable to 10.0.2 for .NET 8.0+ test targets.
Description
Fixes/Complete # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist
Screenshots (if applicable)
Additional context