1 instantiation of PythonLaunchConfiguration
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
987return new PythonLaunchConfiguration
7 references to PythonLaunchConfiguration
Aspire.Hosting.Python.Tests (7)
AddPythonAppTests.cs (7)
1524var launchConfig = await CreateLaunchConfigurationAsync(pythonApp.Resource); 1545var launchConfig = await CreateLaunchConfigurationAsync(pythonApp.Resource); 1570var launchConfig = await CreateLaunchConfigurationAsync(pythonApp.Resource); 1597var launchConfig = await CreateLaunchConfigurationAsync(pythonApp.Resource); 1623var launchConfig = await CreateLaunchConfigurationAsync(pythonApp.Resource); 1631private static async Task<PythonLaunchConfiguration> CreateLaunchConfigurationAsync(IResource resource) 1634return Assert.IsType<PythonLaunchConfiguration>(