2 writes to Entrypoint
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
253Entrypoint = entrypoint 604Entrypoint = entrypoint
9 references to Entrypoint
Aspire.Hosting.Python (5)
PythonAppResourceBuilderExtensions.cs (5)
339arg1 == annotation.Entrypoint) 349arg0 == annotation.Entrypoint) 390var entrypoint = entrypointAnnotation.Entrypoint; 532EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.Entrypoint), 619var entrypoint = existingAnnotation.Entrypoint;
Aspire.Hosting.Python.Tests (4)
AddPythonAppTests.cs (4)
622Assert.Equal("main.py", entrypointAnnotation.Entrypoint); 641Assert.Equal("flask", entrypointAnnotation.Entrypoint); 660Assert.Equal("pytest", entrypointAnnotation.Entrypoint); 855Assert.Equal("uvicorn", entrypointAnnotation.Entrypoint);