Skip to content

Commit c7d5591

Browse files
authored
Add System.Formats.Tar test assets (#238)
* System.Formats.Tar * Add README.md and small comment adjustments in script. * The files of many_small_files should contain the folder and file numbers as inner text. * Fix readme comment. * Updated batch of tar and tar.gz files with newest fixes Co-authored-by: carlossanlop <[email protected]>
1 parent c5e8abf commit c7d5591

254 files changed

Lines changed: 687 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/System.Formats.Tar.TestData/GenerateTarFiles.sh

Lines changed: 472 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 91 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project Sdk="Microsoft.Build.NoTargets">
2+
<PropertyGroup>
3+
<NoWarn>$(NoWarn);NU5123</NoWarn>
4+
</PropertyGroup>
5+
<ItemGroup>
6+
<None Update="README.md" Pack="False" />
7+
<None Update="GenerateTarFiles.sh" Pack="False" />
8+
</ItemGroup>
9+
</Project>
10 KB
Binary file not shown.
10 KB
Binary file not shown.
10 KB
Binary file not shown.
10 KB
Binary file not shown.
10 KB
Binary file not shown.
10 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)