13 instantiations of SkillBundleSupports
Aspire.Cli.Tests (13)
Agents\AspireSkillsBundleTests.cs (4)
732
supports: new
SkillBundleSupports
{ AspireCli = ">=99.0.0 <100.0.0" });
755
supports: new
SkillBundleSupports
{ AspireCli = ">=13.4.0 <13.5.0" });
778
supports: new
SkillBundleSupports
{ AspireCli = ">=13.4.0 <13.5.0" });
874
return new
SkillBundleSupports
Agents\AspireSkillsInstallerTests.cs (7)
372
var oldEmbeddedBundleProvider = await CreateEmbeddedBundleProviderAsync(new
SkillBundleSupports
1232
supports: new
SkillBundleSupports
1478
new
SkillBundleSupports
{ AspireCli = ">=99.0.0 <100.0.0" });
1867
var staleSupports = new
SkillBundleSupports
1904
supports: new
SkillBundleSupports
1937
supports: new
SkillBundleSupports
2079
return new
SkillBundleSupports
Commands\AgentInitCommandTests.cs (1)
877
Supports = new
SkillBundleSupports
TestServices\FakePlaywrightServices.cs (1)
157
Supports = new
SkillBundleSupports
9 references to SkillBundleSupports
aspire (2)
Agents\AspireSkills\AspireSkillsBundleProvider.cs (1)
626
private static void ValidateCompatibility(
SkillBundleSupports
? supports, string currentCliVersion, string currentSdkVersion)
Agents\AspireSkills\SkillBundleManifest.cs (1)
16
public
SkillBundleSupports
? Supports { get; init; }
Aspire.Cli.Tests (7)
Agents\AspireSkillsBundleTests.cs (2)
834
SkillBundleSupports
? supports = null,
872
private static
SkillBundleSupports
CreateSupports()
Agents\AspireSkillsInstallerTests.cs (5)
1867
var
staleSupports = new SkillBundleSupports
2005
SkillBundleSupports
? supports = null,
2077
private static
SkillBundleSupports
CreateSupports()
2087
SkillBundleSupports
? supports = null,
2159
private static async Task<TestEmbeddedAspireSkillsBundleProvider> CreateEmbeddedBundleProviderAsync(
SkillBundleSupports
? supports = null)