14 references to Create
Aspire.Hosting (2)
Dcp\ExecutableCreator.cs (2)
220
var executable = Executable.
Create
(instance.Name, executableAnnotation?.Command ?? "dotnet");
240
var executable = Executable.
Create
(instance.Name, resource.Command);
Aspire.Hosting.Tests (12)
Dcp\DcpExecutorTests.cs (1)
7885
var dcpExecutable = Executable.
Create
("test-exe", "dotnet");
Dcp\ExecutableLaunchPlanTests.cs (1)
175
var executable = Executable.
Create
("app-12345678", "stale-tool");
Dcp\ResourceSnapshotBuilderTests.cs (10)
45
var executable = Executable.
Create
("exe", "dotnet");
67
var executable = Executable.
Create
("project", "dotnet");
99
var executable = Executable.
Create
(resource.Name, "python");
132
var executable = Executable.
Create
("project", "dotnet");
160
var executable = Executable.
Create
("proj", "dotnet");
218
var executable = Executable.
Create
("exe", "pwsh");
233
var executable = Executable.
Create
("exe", "pwsh");
248
var executable = Executable.
Create
("exe", "pwsh");
263
var executable = Executable.
Create
("exe", "pwsh");
277
var executable = Executable.
Create
("exe", "pwsh");