13 references to CreateBundleArchiveBytesAsync
Aspire.Cli.Tests (13)
Agents\AspireSkillsInstallerTests.cs (13)
140var archiveBytes = await CreateBundleArchiveBytesAsync(); 190var archiveBytes = await CreateBundleArchiveBytesAsync(skillBody: "# Downloaded GitHub"); 249var archiveBytes = await CreateBundleArchiveBytesAsync(includeGitHubAttestationMarker: true); 304var archiveBytes = await CreateBundleArchiveBytesAsync(skillBody: "# Downloaded GitHub"); 986var archiveBytes = await CreateBundleArchiveBytesAsync(); 1267var currentArchiveBytes = await CreateBundleArchiveBytesAsync(skillBody: "# Current GitHub"); 1477var archiveBytes = await CreateBundleArchiveBytesAsync( 1507var archiveBytes = await CreateBundleArchiveBytesAsync(includeSkillFile: false); 1561var archiveBytes = await CreateBundleArchiveBytesAsync(); 1631var archiveBytes = await CreateBundleArchiveBytesAsync(skillBody: "# Downloaded GitHub"); 1679var malformedArchiveBytes = await CreateBundleArchiveBytesAsync(malformedManifest: true); 1734var archiveBytes = await CreateBundleArchiveBytesAsync(skillBody: "# Downloaded GitHub"); 2161var archiveBytes = await CreateBundleArchiveBytesAsync(supports);