1 instantiation of RadiusRecipePackConstruct
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
841var construct = new RadiusRecipePackConstruct(identifier);
15 references to RadiusRecipePackConstruct
Aspire.Hosting.Radius (13)
Publishing\BicepPostProcessor.cs (3)
53foreach (var resource in options.RecipePacks) 318foreach (var pack in options.RecipePacks) 383foreach (var pack in options.RecipePacks)
Publishing\Constructs\RadiusRecipePackConstruct.cs (1)
39/// <summary>Initializes a new <see cref="RadiusRecipePackConstruct"/> with the given Bicep identifier.</summary>
Publishing\RadiusBicepPublishingContext.cs (2)
146foreach (var pack in options.RecipePacks.OfType<RadiusRecipePackConstruct>())
Publishing\RadiusInfrastructureBuilder.cs (6)
184RadiusRecipePackConstruct? recipePackConstruct = null; 409Dictionary<RadiusRecipePackConstruct, string> RecipePackIds, 457foreach (var pack in options.RecipePacks) 731string identifier, RadiusRecipePackConstruct recipePackConstruct) 838private RadiusRecipePackConstruct CreateRecipePackConstruct( 841var construct = new RadiusRecipePackConstruct(identifier);
Publishing\RadiusInfrastructureOptions.cs (1)
41public List<RadiusRecipePackConstruct> RecipePacks { get; } = [];
Aspire.Hosting.Radius.Tests (2)
Publishing\ConfigureRadiusInfrastructureTests.cs (2)
135RadiusRecipePackConstruct? capturedRecipePack = null; 223var pack = opts.RecipePacks[0];