7 references to WithEntrypoint
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
370.WithEntrypoint(entrypointType, entrypoint);
Aspire.Hosting.Python.Tests (6)
AddPythonAppTests.cs (6)
1153pythonBuilder.WithEntrypoint(EntrypointType.Module, "uvicorn") 1189pythonBuilder.WithEntrypoint(EntrypointType.Executable, "pytest"); 1208resourceBuilder.WithEntrypoint(EntrypointType.Module, "flask")); 1219builder.WithEntrypoint(EntrypointType.Module, "flask")); 1233resourceBuilder.WithEntrypoint(EntrypointType.Module, null!)); 1237resourceBuilder.WithEntrypoint(EntrypointType.Module, string.Empty));