4 instantiations of PythonAppResource
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
126
var resource = new
PythonAppResource
(name, appExecutable, appDirectory);
Aspire.Hosting.Python.Tests (3)
PythonPublicApiTests.cs (3)
19
var action = () => new
PythonAppResource
(name, executablePath, appDirectory);
36
var action = () => new
PythonAppResource
(name, executablePath, appDirectory);
50
var action = () => new
PythonAppResource
(name, executablePath, appDirectory: null!);
3 references to PythonAppResource
Aspire.Hosting.Python (3)
PythonAppResourceBuilderExtensions.cs (3)
61
public static IResourceBuilder<
PythonAppResource
> AddPythonApp(
106
public static IResourceBuilder<
PythonAppResource
> AddPythonApp(
126
var
resource = new PythonAppResource(name, appExecutable, appDirectory);