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