2 writes to Entrypoint
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
365
Entrypoint
= entrypoint
1073
Entrypoint
= entrypoint
10 references to Entrypoint
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
457
var entrypoint = entrypointAnnotation.
Entrypoint
;
878
EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.
Entrypoint
),
931
var entrypoint = entrypointAnnotation.
Entrypoint
;
994
arg1 == annotation.
Entrypoint
)
1004
arg0 == annotation.
Entrypoint
)
1088
var entrypoint = existingAnnotation.
Entrypoint
;
Aspire.Hosting.Python.Tests (4)
AddPythonAppTests.cs (4)
931
Assert.Equal("main.py", entrypointAnnotation.
Entrypoint
);
950
Assert.Equal("flask", entrypointAnnotation.
Entrypoint
);
969
Assert.Equal("pytest", entrypointAnnotation.
Entrypoint
);
1164
Assert.Equal("uvicorn", entrypointAnnotation.
Entrypoint
);