9 references to Executable
Aspire.Hosting.Python (7)
PythonAppResourceBuilderExtensions.cs (7)
141=> AddPythonAppCore(builder, name, appDirectory, EntrypointType.Executable, executableName, DefaultVirtualEnvFolder); 269EntrypointType.Executable, 643case EntrypointType.Executable: 743case EntrypointType.Executable: 899EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.Entrypoint), 1082EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypoint), 1119case EntrypointType.Executable:
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
934Assert.Equal(EntrypointType.Executable, entrypointAnnotation.Type); 1155pythonBuilder.WithEntrypoint(EntrypointType.Executable, "pytest");