2 writes to RecipeLocation
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
849RecipeLocation = entry.RecipeLocation,
Aspire.Hosting.Radius.Tests (1)
Publishing\ConfigureRadiusInfrastructureTests.cs (1)
226entry.Value.Value!.RecipeLocation = "ghcr.io/myorg/recipes/override:v2";
1 reference to RecipeLocation
Aspire.Hosting.Radius (1)
Publishing\Constructs\RecipeEntryConstruct.cs (1)
51_recipeLocation = DefineProperty<string>(nameof(RecipeLocation), ["recipeLocation"]);