8 references to AddPythonProject
Aspire.Hosting.Python (2)
PythonProjectResourceBuilderExtensions.cs (2)
29/// this default can be specified by using the <see cref="AddPythonProject(IDistributedApplicationBuilder, string, string, string, string, string[])"/>
64=> AddPythonProject(builder, name, projectDirectory, scriptPath, ".venv", scriptArgs);
Aspire.Hosting.Python.Tests (6)