8 writes to SupportedLaunchConfigurations
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
1379SupportedLaunchConfigurations = ["python"] 1457SupportedLaunchConfigurations = ["python"]
Aspire.Hosting.Tests (6)
Dcp\DcpExecutorTests.cs (6)
1628[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"], SupportedLaunchConfigurations = ["test"] }), 1679[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"], SupportedLaunchConfigurations = ["other_executable"] }), 1829SupportedLaunchConfigurations = null 1871SupportedLaunchConfigurations = ["other_type"] 1913SupportedLaunchConfigurations = ["test"] 2030SupportedLaunchConfigurations = null
1 reference to SupportedLaunchConfigurations
Aspire.Hosting (1)
Utils\ExtensionUtils.cs (1)
31return debugSessionInfo.SupportedLaunchConfigurations;