6 references to TarFile
Aspire.Cli.Tests (2)
Agents\AspireSkillsInstallerTests.cs (1)
2117TarFile.CreateFromDirectory(bundleDirectory, gzipStream, includeBaseDirectory: true);
Commands\UpdateCommandTests.cs (1)
3315TarFile.CreateFromDirectory(contentDirectory.FullName, tarPath, includeBaseDirectory: false);
Microsoft.Build.Tasks.Core (2)
TarDirectory.cs (2)
312/// contents. This mirrors the entry naming of <see cref="TarFile.CreateFromDirectory(string, Stream, bool, TarEntryFormat)"/> 334/// <see cref="TarFile.CreateFromDirectory(string, Stream, bool, TarEntryFormat)"/> and avoiding reparse-point cycles.
System.Formats.Tar (2)
System\Formats\Tar\TarEntry.cs (2)
201/// <para>Hard links can only be extracted when using <see cref="TarFile.ExtractToDirectory(Stream, string, bool)"/> or <see cref="TarFile.ExtractToDirectory(string, string, bool)"/>.</para></remarks>