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