6 instantiations of ExecutableLaunchDecision
Aspire.Hosting (6)
Dcp\ExecutableLaunchPolicy.cs (6)
21
return
new
(
40
return
new
(
49
return
new
(
58
return
new
(
67
return
new
(
73
return
new
(
5 references to ExecutableLaunchDecision
Aspire.Hosting (4)
ApplicationModel\ExecutableLaunchRecipe.cs (2)
145
ExecutableLaunchDecision
decision,
172
public
ExecutableLaunchDecision
Decision { get; } = decision ?? throw new ArgumentNullException(nameof(decision));
Dcp\ExecutableCreator.cs (1)
133
var
decision = launchPolicy.Decide(resource);
Dcp\ExecutableLaunchPolicy.cs (1)
17
public
ExecutableLaunchDecision
Decide(IResource resource)
Aspire.Hosting.Tests (1)
Dcp\ExecutableLaunchPlanTests.cs (1)
164
var
decision = policy.Decide(resource);