Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Support ExternalAttributes in System.IO.Compression.ZipArchiveEntry #673

Closed
theladyjaye opened this issue Mar 12, 2018 · 2 comments · Fixed by #826
Closed

Support ExternalAttributes in System.IO.Compression.ZipArchiveEntry #673

theladyjaye opened this issue Mar 12, 2018 · 2 comments · Fixed by #826

Comments

@theladyjaye
Copy link

This is currently available in .NET Core 2.x but not .NET Standard 2.x for some reason?

dotnet/corefx#18565
dotnet/corefx#17067

.NET Standard Docs:
https://docs.microsoft.com/en-us/dotnet/api/system.io.compression.ziparchiveentry?view=netstandard-2.0

.NET Core Docs:
https://docs.microsoft.com/en-us/dotnet/api/system.io.compression.ziparchiveentry?view=netcore-2.0

@svick
Copy link

svick commented Mar 12, 2018

As far as I understand it, the current plan is that new members on existing types are first added to .Net Core, then they will be ported to .Net Framework and only then will a new version of .Net Standard be released.

So, you will have to wait some time before such APIs are added to .Net Standard.

@theladyjaye
Copy link
Author

theladyjaye commented Mar 12, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants