9 references to Executable
Aspire.Hosting.Python (7)
PythonAppResourceBuilderExtensions.cs (7)
143
=> AddPythonAppCore(builder, name, appDirectory, EntrypointType.
Executable
, executableName, DefaultVirtualEnvFolder);
272
EntrypointType.
Executable
,
621
case EntrypointType.
Executable
:
721
case EntrypointType.
Executable
:
878
EntrypointType.
Executable
=> virtualEnvironment.GetExecutable(entrypointAnnotation.Entrypoint),
1063
EntrypointType.
Executable
=> virtualEnvironment.GetExecutable(entrypoint),
1100
case EntrypointType.
Executable
:
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
968
Assert.Equal(EntrypointType.
Executable
, entrypointAnnotation.Type);
1189
pythonBuilder.WithEntrypoint(EntrypointType.
Executable
, "pytest");