9 references to Executable
Aspire.Hosting.Python (7)
PythonAppResourceBuilderExtensions.cs (7)
140=> AddPythonAppCore(builder, name, appDirectory, EntrypointType.Executable, executableName, DefaultVirtualEnvFolder); 268EntrypointType.Executable, 640case EntrypointType.Executable: 740case EntrypointType.Executable: 896EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.Entrypoint), 1079EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypoint), 1116case EntrypointType.Executable:
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
957Assert.Equal(EntrypointType.Executable, entrypointAnnotation.Type); 1178pythonBuilder.WithEntrypoint(EntrypointType.Executable, "pytest");