1 instantiation of ProjectExecutableLaunchRecipe
Aspire.Hosting (1)
ApplicationModel\ExecutableLaunchRecipe.cs (1)
427public static ProjectExecutableLaunchRecipe Instance { get; } = new();
2 references to ProjectExecutableLaunchRecipe
Aspire.Hosting (2)
ApplicationModel\ExecutableLaunchRecipe.cs (1)
427public static ProjectExecutableLaunchRecipe Instance { get; } = new();
ApplicationModel\ProjectResource.cs (1)
34Annotations.Add(new ExecutableLaunchRecipeAnnotation(ProjectExecutableLaunchRecipe.Instance));