4 instantiations of ExecutableLaunchRecipeAnnotation
Aspire.Hosting (2)
ApplicationModel\ExecutableResource.cs (1)
30
Annotations.Add(new
ExecutableLaunchRecipeAnnotation
(DirectExecutableLaunchRecipe.Instance));
ApplicationModel\ProjectResource.cs (1)
34
Annotations.Add(new
ExecutableLaunchRecipeAnnotation
(ProjectExecutableLaunchRecipe.Instance));
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (1)
5450
new
ExecutableLaunchRecipeAnnotation
(DirectExecutableLaunchRecipe.Instance));
Dcp\ExecutableLaunchPlanTests.cs (1)
217
resource.Annotations.Add(new
ExecutableLaunchRecipeAnnotation
(DirectExecutableLaunchRecipe.Instance));
1 reference to ExecutableLaunchRecipeAnnotation
Aspire.Hosting (1)
Dcp\ExecutableCreator.cs (1)
126
var recipes = resource.Annotations.OfType<
ExecutableLaunchRecipeAnnotation
>().ToArray();