1 instantiation of DirectExecutableLaunchRecipe
Aspire.Hosting (1)
ApplicationModel\ExecutableLaunchRecipe.cs (1)
305public static DirectExecutableLaunchRecipe Instance { get; } = new();
6 references to DirectExecutableLaunchRecipe
Aspire.Hosting (4)
ApplicationModel\ExecutableLaunchRecipe.cs (3)
305public static DirectExecutableLaunchRecipe Instance { get; } = new(); 548launchConfigurations.Add(await DirectExecutableLaunchRecipe 570launchConfigurations.Add(await DirectExecutableLaunchRecipe
ApplicationModel\ExecutableResource.cs (1)
30Annotations.Add(new ExecutableLaunchRecipeAnnotation(DirectExecutableLaunchRecipe.Instance));
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (1)
5450new ExecutableLaunchRecipeAnnotation(DirectExecutableLaunchRecipe.Instance));
Dcp\ExecutableLaunchPlanTests.cs (1)
217resource.Annotations.Add(new ExecutableLaunchRecipeAnnotation(DirectExecutableLaunchRecipe.Instance));