2 writes to Entrypoint
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
339
Entrypoint
= entrypoint
1020
Entrypoint
= entrypoint
10 references to Entrypoint
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
431
var entrypoint = entrypointAnnotation.
Entrypoint
;
827
EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.
Entrypoint
),
879
var entrypoint = entrypointAnnotation.
Entrypoint
;
942
arg1 == annotation.
Entrypoint
)
952
arg0 == annotation.
Entrypoint
)
1035
var entrypoint = existingAnnotation.
Entrypoint
;
Aspire.Hosting.Python.Tests (4)
AddPythonAppTests.cs (4)
897
Assert.Equal("main.py", entrypointAnnotation.
Entrypoint
);
916
Assert.Equal("flask", entrypointAnnotation.
Entrypoint
);
935
Assert.Equal("pytest", entrypointAnnotation.
Entrypoint
);
1130
Assert.Equal("uvicorn", entrypointAnnotation.
Entrypoint
);