Uh oh!
There was an error while loading. Please reload this page.
[release/7.0-preview4] Backport new Tar APIs - #68337
Conversation
API proposal: #65951
ghost
commented
Apr 21, 2022
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. |
ghost
commented
Apr 21, 2022
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.
|
ghost
commented
Apr 21, 2022
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.
|
jeffhandley
left a comment
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
carlossanlop
commented
Apr 22, 2022
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.