-
Notifications
You must be signed in to change notification settings - Fork 1.7k
System.IO.Compression.DeflateStream examples update #7265
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
Conversation
|
Tagging subscribers to this area: @carlossanlop Issue DetailsRefreshed and simplified the Made sure to show usage with
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
samples/snippets/visualbasic/System.IO.Compression/Deflate/Deflate.vbproj
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
gewarren
left a comment
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.
This should fix all the warnings/suggestions.
includes/remarks/System.IO.Compression/DeflateStream/.ctor_Stream_CompressionMode.md
Outdated
Show resolved
Hide resolved
includes/remarks/System.IO.Compression/DeflateStream/DeflateStream.md
Outdated
Show resolved
Hide resolved
includes/remarks/System.IO.Compression/DeflateStream/.ctor_Stream_CompressionLevel.md
Outdated
Show resolved
Hide resolved
includes/remarks/System.IO.Compression/DeflateStream/.ctor_Stream_CompressionLevel.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
|
Docs Build status updates of commit fa4628b: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Refreshed and simplified the
DeflateStreamexamples, and updated all references.Made sure to show usage with
CompressionLevel,CompressionMode,FileStreamandMemoryStream.