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