12 writes to SupportedLaunchConfigurations
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
1390
SupportedLaunchConfigurations
= ["python"]
1468
SupportedLaunchConfigurations
= ["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"] }),
1903
SupportedLaunchConfigurations
= null
1945
SupportedLaunchConfigurations
= ["other_type"]
1987
SupportedLaunchConfigurations
= ["test"]
2104
SupportedLaunchConfigurations
= null
2356
SupportedLaunchConfigurations
= ["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)
32
return debugSessionInfo.
SupportedLaunchConfigurations
;