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[])"/> 65return builder.AddPythonApp(name, projectDirectory, scriptPath, ".venv", scriptArgs);
Aspire.Hosting.Python.Tests (6)
PythonPublicApiTests.cs (6)
155var action = () => builder.AddPythonApp( 176var action = () => builder.AddPythonApp( 197var action = () => builder.AddPythonApp( 218var action = () => builder.AddPythonApp( 239var action = () => builder.AddPythonApp( 260var action = () => builder.AddPythonApp(