4 references to RecipePacks
Aspire.Hosting.Radius (4)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (1)
113_recipePacks = DefineListProperty<string>(nameof(RecipePacks), ["properties", "recipePacks"]);
Publishing\RadiusInfrastructureBuilder.cs (3)
456envConstruct.RecipePacks.Clear(); 459envConstruct.RecipePacks.Add(BuildIdExpression(pack)); 736construct.RecipePacks.Add(BuildIdExpression(recipePackConstruct));