9 references to Executable
Aspire.Hosting.Python (7)
PythonAppResourceBuilderExtensions.cs (7)
140=> AddPythonAppCore(builder, name, appDirectory, EntrypointType.Executable, executableName, DefaultVirtualEnvFolder); 268EntrypointType.Executable, 595case EntrypointType.Executable: 671case EntrypointType.Executable: 827EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.Entrypoint), 1010EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypoint), 1047case EntrypointType.Executable:
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
934Assert.Equal(EntrypointType.Executable, entrypointAnnotation.Type); 1155pythonBuilder.WithEntrypoint(EntrypointType.Executable, "pytest");