7 references to WriteEntry
Aspire.Cli.Tests (5)
BundleServiceIntegrationTests.cs (5)
588
tar.
WriteEntry
(new PaxTarEntry(TarEntryType.Directory, "aspire-payload/"));
591
tar.
WriteEntry
(new PaxTarEntry(TarEntryType.Directory, $"aspire-payload/{BundleDiscovery.ManagedDirectoryName}/"));
598
tar.
WriteEntry
(managedEntry);
601
tar.
WriteEntry
(new PaxTarEntry(TarEntryType.Directory, $"aspire-payload/{BundleDiscovery.DcpDirectoryName}/"));
611
tar.
WriteEntry
(dcpEntry);
Microsoft.NET.Build.Containers (1)
Layer.cs (1)
173
writer.
WriteEntry
(entry);
System.Formats.Tar (1)
System\Formats\Tar\TarEntry.cs (1)
264
/// <remarks>If you write data to this data stream, make sure to rewind it to the desired start position before writing this entry into an archive using <see cref="TarWriter.
WriteEntry
(TarEntry)"/>.</remarks>