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