6 references to Recipes
Aspire.Hosting.Radius (5)
Publishing\BicepPostProcessor.cs (1)
385foreach (var key in pack.Recipes.Keys)
Publishing\Constructs\RadiusRecipePackConstruct.cs (1)
49_recipes = DefineDictionaryProperty<RecipeEntryConstruct>(nameof(Recipes), ["properties", "recipes"]);
Publishing\RadiusBicepPublishingContext.cs (2)
148var recipeCount = pack.Recipes.Count; 149var recipeTypes = string.Join(", ", pack.Recipes.Keys);
Publishing\RadiusInfrastructureBuilder.cs (1)
860construct.Recipes[type] = recipeEntry;
Aspire.Hosting.Radius.Tests (1)
Publishing\ConfigureRadiusInfrastructureTests.cs (1)
224foreach (var entry in pack.Recipes)