2 writes to Entrypoint
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
384
Entrypoint
= entrypoint
1089
Entrypoint
= entrypoint
10 references to Entrypoint
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (6)
476
var entrypoint = entrypointAnnotation.
Entrypoint
;
896
EntrypointType.Executable => virtualEnvironment.GetExecutable(entrypointAnnotation.
Entrypoint
),
948
var entrypoint = entrypointAnnotation.
Entrypoint
;
1011
arg1 == annotation.
Entrypoint
)
1021
arg0 == annotation.
Entrypoint
)
1104
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
);