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