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