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