9 references to Open
Aspire.Cli.Tests (2)
Agents\AspireSkillsBundleTests.cs (1)
610
using (var archive = ZipFile.
Open
(archivePath, ZipArchiveMode.Create))
Packaging\PackageChannelTests.cs (1)
1024
using var archive = ZipFile.
Open
(packagePath, ZipArchiveMode.Create);
Aspire.Hosting.Java.Tests (1)
AddJavaAppTests.cs (1)
1528
using var archive = ZipFile.
Open
(jarPath, ZipArchiveMode.Create);
Aspire.Hosting.RemoteHost.Tests (1)
ManifestCommandTests.cs (1)
236
using var archive = ZipFile.
Open
(packagePath, ZipArchiveMode.Create);
crossgen2 (1)
parent\parent\Common\CommandLineHelpers.cs (1)
222
using (var archive = ZipFile.
Open
(zipFileName, ZipArchiveMode.Create))
ilc (1)
parent\parent\Common\CommandLineHelpers.cs (1)
222
using (var archive = ZipFile.
Open
(zipFileName, ZipArchiveMode.Create))
Infrastructure.Tests (1)
Shared\TestTrxBuilder.cs (1)
73
using var archive = ZipFile.
Open
(outputPath, ZipArchiveMode.Create);
Microsoft.Arcade.Common (1)
ZipArchiveManager.cs (1)
16
=> ZipFile.
Open
(archivePath, mode);
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFile.Create.cs (1)
31
public static ZipArchive OpenRead(string archiveFileName) =>
Open
(archiveFileName, ZipArchiveMode.Read);