-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ref files from System.IO.Compression and System.IO.Compression.Br…
…otli with autogenerated file using GenAPI (#112440) * Fix System.IO.Compression ref file. * Fix System.IO.Compression.Brotli ref file. * Add missing default CancellationToken argument value to WriteAsync in DeflateStream, remove unnecessary cast in ReadAsync. * Omit ZLibException as intended in the CompatibilitySuppressions.xml * Remove invalid test files * Add GenApiExcludeApiList and an API exclusions txt file
- Loading branch information
1 parent
fc7fcb7
commit 8c3506a
Showing
7 changed files
with
13 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
115 changes: 0 additions & 115 deletions
115
src/libraries/System.IO.Compression.ZipFile/tests/ZipArchiveEntry.ExtractToDirectory.cs
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
src/libraries/System.IO.Compression.ZipFile/tests/ZipFile.ExtractToDirectoryFiltered.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/libraries/System.IO.Compression/src/ReferenceAssemblyExclusions.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
T:System.IO.Compression.ZLibException | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters