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