-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[release/7.0-preview4] Backport new Tar APIs #68337
[release/7.0-preview4] Backport new Tar APIs #68337
Conversation
API proposal: dotnet#65951
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
Tagging subscribers to this area: @dotnet/area-meta Issue DetailsBackport of #67883 to release/7.0-preview4 Customer ImpactWe added new APIs to provide Tar creation and reading support to .NET and we would like to start getting a usage signal on them. TestingThe PR includes tests for all the features, including a good variety of edge cases. RiskLow. These new features live in their own new assembly and are not being consumed by other features.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsBackport of #67883 to release/7.0-preview4 Customer ImpactWe added new APIs to provide Tar creation and reading support to .NET and we would like to start getting a usage signal on them. TestingThe PR includes tests for all the features, including a good variety of edge cases. RiskLow. These new features live in their own new assembly and are not being consumed by other features.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm supportive of this getting backported into Preview 4. It's net-new functionality that is valuable to include in the preview, and the risk to the product is minimal.
4535b33
to
876c3bd
Compare
Included @danmoseley 's fix that blocked CI: #68361 |
Backport of #67883 to release/7.0-preview4
@danmoseley @jeffhandley
Customer Impact
We added new APIs to provide Tar creation and reading support to .NET and we would like to start getting a usage signal on them.
Testing
The PR includes tests for all the features, including a good variety of edge cases.
Risk
Low. These new features live in their own new assembly and are not being consumed by other features.