7 references to WithEntrypoint
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
344.WithEntrypoint(entrypointType, entrypoint);
Aspire.Hosting.Python.Tests (6)
AddPythonAppTests.cs (6)
1119pythonBuilder.WithEntrypoint(EntrypointType.Module, "uvicorn") 1155pythonBuilder.WithEntrypoint(EntrypointType.Executable, "pytest"); 1174resourceBuilder.WithEntrypoint(EntrypointType.Module, "flask")); 1185builder.WithEntrypoint(EntrypointType.Module, "flask")); 1199resourceBuilder.WithEntrypoint(EntrypointType.Module, null!)); 1203resourceBuilder.WithEntrypoint(EntrypointType.Module, string.Empty));