9 references to Executable
Aspire.Hosting.Python (7)
PythonAppResourceBuilderExtensions.cs (7)
149
=> AddPythonAppCore(builder, name, appDirectory, EntrypointType.
Executable
, executableName, DefaultVirtualEnvFolder);
278
EntrypointType.
Executable
,
627
case EntrypointType.
Executable
:
727
case EntrypointType.
Executable
:
885
EntrypointType.
Executable
=> virtualEnvironment.GetExecutable(entrypointAnnotation.Entrypoint),
1054
EntrypointType.
Executable
=> virtualEnvironment.GetExecutable(entrypoint),
1092
case EntrypointType.
Executable
:
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
970
Assert.Equal(EntrypointType.
Executable
, entrypointAnnotation.Type);
1187
pythonBuilder.WithEntrypoint(EntrypointType.
Executable
, "pytest");