8 references to Executable
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
151=> AddPythonAppCore(builder, name, appDirectory, EntrypointType.Executable, executableName, DefaultVirtualEnvFolder); 397EntrypointType.Executable => [entrypoint], 459case EntrypointType.Executable: 532EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.Entrypoint), 594EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypoint), 631case EntrypointType.Executable:
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
659Assert.Equal(EntrypointType.Executable, entrypointAnnotation.Type); 880pythonBuilder.WithEntrypoint(EntrypointType.Executable, "pytest");