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