Merged
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.
Update AsyncInterfaces to 10.0.2, bump project versions
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates package dependencies and bumps the project version from 0.8.0 to 0.8.1. The changes update Microsoft.Bcl.AsyncInterfaces from version 10.0.1 to 10.0.2 across all projects and examples, and System.Linq.AsyncEnumerable from 10.0.1 to 10.0.2 in the test project.
Changes:
- Project version bumped from 0.8.0 to 0.8.1 in both main and test projects
- Updated
Microsoft.Bcl.AsyncInterfacespackage from 10.0.1 to 10.0.2 across 10 files - Updated
System.Linq.AsyncEnumerablepackage from 10.0.1 to 10.0.2 in test project
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 |
|---|---|
| tests/Wolfgang.Etl.Abstractions.Tests.Unit/Wolfgang.Etl.Abstractions.Tests.Unit.csproj | Updates project version to 0.8.1 and System.Linq.AsyncEnumerable to 10.0.2 |
| src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj | Updates project version to 0.8.1 and Microsoft.Bcl.AsyncInterfaces to 10.0.2 |
| examples/Net4.8/Example6-ReducingDuplicateCode/packages.config | Updates Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example6-ReducingDuplicateCode/Example6-ReducingDuplicateCode.csproj | Updates assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces |
| examples/Net4.8/Example5a-ExtractorWithProgressAndCancellation/packages.config | Updates Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example5a-ExtractorWithProgressAndCancellation/Example5a-ExtractorWithProgressAndCancellation.csproj | Updates assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces |
| examples/Net4.8/Example4c-WithLoaderProgress/packages.config | Updates Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example4c-WithLoaderProgress/Example4c-WithLoaderProgress.csproj | Updates assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces |
| examples/Net4.8/Example4b-WithTransformerProgress/packages.config | Updates Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example4b-WithTransformerProgress/Example4b-WithTransformerProgress.csproj | Updates assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces |
| examples/Net4.8/Example4a-WithExtractorProgress/packages.config | Updates Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example4a-WithExtractorProgress/Example4a-WithExtractorProgress.csproj | Updates assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces |
| examples/Net4.8/Example3-WithGracefulCancellation/packages.config | Updates Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example3-WithGracefulCancellation/Example3-WithGracefulCancellation.csproj | Updates assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces |
| examples/Net4.8/Example2-WithCancellationToken/packages.config | Updates Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example2-WithCancellationToken/Example2-WithCancellationToken.csproj | Updates assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces |
| examples/Net4.8/Example1-BasicETL/packages.config | Updates Microsoft.Bcl.AsyncInterfaces package version to 10.0.2 |
| examples/Net4.8/Example1-BasicETL/Example1-BasicETL.csproj | Updates assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces |
💡 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.
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