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