3 writes to ExecutablePath
Aspire.Hosting (3)
Dcp\ExecutableCreator.cs (1)
170
spec.
ExecutablePath
= plan.Command;
Dcp\Model\Executable.cs (1)
295
ExecutablePath
= executablePath,
Dcp\Model\ExecutableReplicaSet.cs (1)
109
ers.Spec.Template.Spec.
ExecutablePath
= executablePath;
7 references to ExecutablePath
Aspire.Hosting (2)
Dcp\ResourceSnapshotBuilder.cs (2)
185
ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Project, KnownProperties.Executable.Path, executable.Spec.
ExecutablePath
),
209
ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Executable, KnownProperties.Executable.Path, executable.Spec.
ExecutablePath
),
Aspire.Hosting.Tests (5)
Dcp\DcpExecutorTests.cs (5)
6213
Assert.Equal("dotnet", exe.Spec.
ExecutablePath
);
6265
Assert.Equal("dotnet", exe.Spec.
ExecutablePath
);
6310
Assert.Equal("dotnet", exe.Spec.
ExecutablePath
);
6381
Assert.Equal("dotnet", exe.Spec.
ExecutablePath
);
6802
Assert.Equal(dotnetCommand, exe.Spec.
ExecutablePath
);