1 instantiation of RadiusRecipePackConstruct
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
841
var construct = new
RadiusRecipePackConstruct
(identifier);
15 references to RadiusRecipePackConstruct
Aspire.Hosting.Radius (13)
Publishing\BicepPostProcessor.cs (3)
53
foreach (
var
resource in options.RecipePacks)
318
foreach (
var
pack in options.RecipePacks)
383
foreach (
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)
146
foreach (
var
pack in options.RecipePacks.OfType<
RadiusRecipePackConstruct
>())
Publishing\RadiusInfrastructureBuilder.cs (6)
184
RadiusRecipePackConstruct
? recipePackConstruct = null;
409
Dictionary<
RadiusRecipePackConstruct
, string> RecipePackIds,
457
foreach (
var
pack in options.RecipePacks)
731
string identifier,
RadiusRecipePackConstruct
recipePackConstruct)
838
private
RadiusRecipePackConstruct
CreateRecipePackConstruct(
841
var
construct = new RadiusRecipePackConstruct(identifier);
Publishing\RadiusInfrastructureOptions.cs (1)
41
public List<
RadiusRecipePackConstruct
> RecipePacks { get; } = [];
Aspire.Hosting.Radius.Tests (2)
Publishing\ConfigureRadiusInfrastructureTests.cs (2)
135
RadiusRecipePackConstruct
? capturedRecipePack = null;
223
var
pack = opts.RecipePacks[0];