3 instantiations of PythonAppResource
Aspire.Hosting.Python.Tests (3)
PythonPublicApiTests.cs (3)
20
var action = () => new
PythonAppResource
(name, executablePath, appDirectory);
37
var action = () => new
PythonAppResource
(name, executablePath, appDirectory);
54
var action = () => new
PythonAppResource
(name, executablePath, appDirectory);
3 references to PythonAppResource
Aspire.Hosting.Python (3)
PythonAppResourceBuilderExtensions.cs (3)
60
public static IResourceBuilder<
PythonAppResource
> AddPythonApp(
105
public static IResourceBuilder<
PythonAppResource
> AddPythonApp(
125
var
resource = new PythonAppResource(name, appExecutable, appDirectory);