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