7 references to WithEntrypoint
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
376.WithEntrypoint(entrypointType, entrypoint);
Aspire.Hosting.Python.Tests (6)
AddPythonAppTests.cs (6)
1155pythonBuilder.WithEntrypoint(EntrypointType.Module, "uvicorn") 1187pythonBuilder.WithEntrypoint(EntrypointType.Executable, "pytest"); 1206resourceBuilder.WithEntrypoint(EntrypointType.Module, "flask")); 1217builder.WithEntrypoint(EntrypointType.Module, "flask")); 1231resourceBuilder.WithEntrypoint(EntrypointType.Module, null!)); 1235resourceBuilder.WithEntrypoint(EntrypointType.Module, string.Empty));