8 writes to SupportedLaunchConfigurations
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
1379
SupportedLaunchConfigurations
= ["python"]
1457
SupportedLaunchConfigurations
= ["python"]
Aspire.Hosting.Tests (6)
Dcp\DcpExecutorTests.cs (6)
1668
[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"],
SupportedLaunchConfigurations
= ["test"] }),
1719
[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"],
SupportedLaunchConfigurations
= ["other_executable"] }),
1869
SupportedLaunchConfigurations
= null
1911
SupportedLaunchConfigurations
= ["other_type"]
1953
SupportedLaunchConfigurations
= ["test"]
2070
SupportedLaunchConfigurations
= null
1 reference to SupportedLaunchConfigurations
Aspire.Hosting (1)
Utils\ExtensionUtils.cs (1)
32
return debugSessionInfo.
SupportedLaunchConfigurations
;