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