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