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