8 writes to SupportedLaunchConfigurations
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
1390SupportedLaunchConfigurations = ["python"] 1468SupportedLaunchConfigurations = ["python"]
Aspire.Hosting.Tests (6)
Dcp\DcpExecutorTests.cs (6)
1669[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"], SupportedLaunchConfigurations = ["test"] }), 1720[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"], SupportedLaunchConfigurations = ["other_executable"] }), 1870SupportedLaunchConfigurations = null 1912SupportedLaunchConfigurations = ["other_type"] 1954SupportedLaunchConfigurations = ["test"] 2071SupportedLaunchConfigurations = null
1 reference to SupportedLaunchConfigurations
Aspire.Hosting (1)
Utils\ExtensionUtils.cs (1)
32return debugSessionInfo.SupportedLaunchConfigurations;