Skip to content

Copilot/sub pr 27 another one#52

Merged
Chris-Wolfgang merged 2 commits intodevelopfrom
copilot/sub-pr-27-another-one
Jan 24, 2026
Merged

Copilot/sub pr 27 another one#52
Chris-Wolfgang merged 2 commits intodevelopfrom
copilot/sub-pr-27-another-one

Conversation

@Chris-Wolfgang
Copy link
Copy Markdown
Owner

Description

Fixes/Complete # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactor

How Has This Been Tested?

  • Test A
  • Test B

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

Additional context

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
Copilot AI review requested due to automatic review settings January 24, 2026 19:33
@Chris-Wolfgang Chris-Wolfgang merged commit e915674 into develop Jan 24, 2026
37 checks passed
@Chris-Wolfgang Chris-Wolfgang deleted the copilot/sub-pr-27-another-one branch January 24, 2026 19:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.AsyncInterfaces package from 10.0.1 to 10.0.2 across 10 files
  • Updated System.Linq.AsyncEnumerable package 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.

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