8 writes to SupportedLaunchConfigurations
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
1084SupportedLaunchConfigurations = ["python"] 1162SupportedLaunchConfigurations = ["python"]
Aspire.Hosting.Tests (6)
Dcp\DcpExecutorTests.cs (6)
1563[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"], SupportedLaunchConfigurations = ["test"] }), 1609[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"], SupportedLaunchConfigurations = ["other_executable"] }), 1759SupportedLaunchConfigurations = null 1801SupportedLaunchConfigurations = ["other_type"] 1843SupportedLaunchConfigurations = ["test"] 1960SupportedLaunchConfigurations = null
1 reference to SupportedLaunchConfigurations
Aspire.Hosting (1)
Utils\ExtensionUtils.cs (1)
31return debugSessionInfo.SupportedLaunchConfigurations;