9 references to Open
Aspire.Cli.Tests (2)
Agents\AspireSkillsBundleTests.cs (1)
610using (var archive = ZipFile.Open(archivePath, ZipArchiveMode.Create))
Packaging\PackageChannelTests.cs (1)
1024using var archive = ZipFile.Open(packagePath, ZipArchiveMode.Create);
Aspire.Hosting.Java.Tests (1)
AddJavaAppTests.cs (1)
1528using var archive = ZipFile.Open(jarPath, ZipArchiveMode.Create);
Aspire.Hosting.RemoteHost.Tests (1)
ManifestCommandTests.cs (1)
236using var archive = ZipFile.Open(packagePath, ZipArchiveMode.Create);
crossgen2 (1)
parent\parent\Common\CommandLineHelpers.cs (1)
222using (var archive = ZipFile.Open(zipFileName, ZipArchiveMode.Create))
ilc (1)
parent\parent\Common\CommandLineHelpers.cs (1)
222using (var archive = ZipFile.Open(zipFileName, ZipArchiveMode.Create))
Infrastructure.Tests (1)
Shared\TestTrxBuilder.cs (1)
73using 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)
31public static ZipArchive OpenRead(string archiveFileName) => Open(archiveFileName, ZipArchiveMode.Read);