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