2 implementations of IExecutableLaunchRecipe
Aspire.Hosting (2)
ApplicationModel\ExecutableLaunchRecipe.cs (2)
303
internal sealed class DirectExecutableLaunchRecipe :
IExecutableLaunchRecipe
425
internal sealed class ProjectExecutableLaunchRecipe :
IExecutableLaunchRecipe
2 references to IExecutableLaunchRecipe
Aspire.Hosting (2)
ApplicationModel\ExecutableLaunchRecipe.cs (2)
31
internal sealed class ExecutableLaunchRecipeAnnotation(
IExecutableLaunchRecipe
recipe) : IResourceAnnotation
36
public
IExecutableLaunchRecipe
Recipe { get; } = recipe ?? throw new ArgumentNullException(nameof(recipe));