7 references to WithEntrypoint
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
392.WithEntrypoint(entrypointType, entrypoint);
Aspire.Hosting.Python.Tests (6)
AddPythonAppTests.cs (6)
1142pythonBuilder.WithEntrypoint(EntrypointType.Module, "uvicorn") 1178pythonBuilder.WithEntrypoint(EntrypointType.Executable, "pytest"); 1197resourceBuilder.WithEntrypoint(EntrypointType.Module, "flask")); 1208builder.WithEntrypoint(EntrypointType.Module, "flask")); 1222resourceBuilder.WithEntrypoint(EntrypointType.Module, null!)); 1226resourceBuilder.WithEntrypoint(EntrypointType.Module, string.Empty));