8 references to AddPythonApp
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
28/// this default can be specified by using the <see cref="AddPythonApp(IDistributedApplicationBuilder, string, string, string, string, string[])"/>
62=> AddPythonApp(builder, name, appDirectory, scriptPath, ".venv", scriptArgs);
Aspire.Hosting.Python.Tests (6)