2 writes to Entrypoint
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
387
Entrypoint
= entrypoint
1092
Entrypoint
= entrypoint
10 references to Entrypoint
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
479
var entrypoint = entrypointAnnotation.
Entrypoint
;
899
EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.
Entrypoint
),
951
var entrypoint = entrypointAnnotation.
Entrypoint
;
1014
arg1 == annotation.
Entrypoint
)
1024
arg0 == annotation.
Entrypoint
)
1107
var entrypoint = existingAnnotation.
Entrypoint
;
Aspire.Hosting.Python.Tests (4)
AddPythonAppTests.cs (4)
920
Assert.Equal("main.py", entrypointAnnotation.
Entrypoint
);
939
Assert.Equal("flask", entrypointAnnotation.
Entrypoint
);
958
Assert.Equal("pytest", entrypointAnnotation.
Entrypoint
);
1153
Assert.Equal("uvicorn", entrypointAnnotation.
Entrypoint
);