12 writes to SupportedLaunchConfigurations
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
1390SupportedLaunchConfigurations = ["python"] 1468SupportedLaunchConfigurations = ["python"]
Aspire.Hosting.Tests (10)
Dcp\DcpExecutorTests.cs (10)
1702[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"], SupportedLaunchConfigurations = ["test"] }), 1753[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"], SupportedLaunchConfigurations = ["other_executable"] }), 1903SupportedLaunchConfigurations = null 1945SupportedLaunchConfigurations = ["other_type"] 1987SupportedLaunchConfigurations = ["test"] 2104SupportedLaunchConfigurations = null 2356SupportedLaunchConfigurations = ["test"] 2408[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["coreclr"], SupportedLaunchConfigurations = ["azure-functions"] }), 2464[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["coreclr"], SupportedLaunchConfigurations = ["azure-functions"] }), 2513[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["coreclr"], SupportedLaunchConfigurations = ["project"] }),
1 reference to SupportedLaunchConfigurations
Aspire.Hosting (1)
Utils\ExtensionUtils.cs (1)
32return debugSessionInfo.SupportedLaunchConfigurations;