14 references to Command
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
956var exePath = executable.Command;
Publishing\ManifestPublishingContext.cs (1)
204Writer.WriteString("command", executable.Command);
Aspire.Hosting.Python.Tests (6)
AddPythonAppTests.cs (6)
150Assert.Equal(Path.Join(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command); 154Assert.Equal(Path.Join(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command); 184Assert.Equal(Path.Join(projectDirectory, ".venv", "Scripts", "opentelemetry-instrument.exe"), pythonProjectResource.Command); 188Assert.Equal(Path.Join(projectDirectory, ".venv", "bin", "opentelemetry-instrument"), pythonProjectResource.Command); 225Assert.Equal(Path.Join(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command); 229Assert.Equal(Path.Join(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
Aspire.Hosting.Tests (6)
Dashboard\DashboardLifecycleHookTests.cs (4)
244Assert.Equal("dotnet", executableResource.Command); 330Assert.Equal("dotnet", executableResource.Command); 402Assert.Equal("dotnet", executableResource.Command); 472Assert.Equal("dotnet", executableResource.Command);
Dashboard\DashboardResourceTests.cs (2)
55Assert.Equal("dotnet", dashboard.Command); 188Assert.Equal("dotnet", dashboard.Command);