-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of System.IO.Compression OOB - .NET Standard 2.0 should forward to Desktop Framework #20074
Comments
cc: @ericstj |
Presumably this was done to introduce new functionality or fix bugs, etc. Are we going to regress any of that? |
@weshaggard mentioned we "just" fixed bugs. And yes, we are going to regress that, consciously. |
We'll also be removing support for zips using deflate64 that was added in dotnet/corefx#11264. |
Did it add any new APIs? Or "just" extend behavior of existing ones? |
It extended the functionality of existing APIs. |
Thanks for confirmation. Despite that, I still believe we should rather make the change in .NET Standard 2.0. |
I agree. |
The cost of shipping OOB for Desktop is very high and we have burned ourselves (System.Net.Http). Let's make sure we do not accidentally run into the same problems here as well.
cc: @ianhays @weshaggard
The text was updated successfully, but these errors were encountered: