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)
154Assert.Equal(Path.Join(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command); 158Assert.Equal(Path.Join(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command); 188Assert.Equal(Path.Join(projectDirectory, ".venv", "Scripts", "opentelemetry-instrument.exe"), pythonProjectResource.Command); 192Assert.Equal(Path.Join(projectDirectory, ".venv", "bin", "opentelemetry-instrument"), pythonProjectResource.Command); 229Assert.Equal(Path.Join(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command); 233Assert.Equal(Path.Join(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
Aspire.Hosting.Tests (6)
Dashboard\DashboardLifecycleHookTests.cs (4)
238Assert.Equal("dotnet", executableResource.Command); 324Assert.Equal("dotnet", executableResource.Command); 396Assert.Equal("dotnet", executableResource.Command); 466Assert.Equal("dotnet", executableResource.Command);
Dashboard\DashboardResourceTests.cs (2)
55Assert.Equal("dotnet", dashboard.Command); 188Assert.Equal("dotnet", dashboard.Command);