8 writes to SupportedLaunchConfigurations
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
1084
SupportedLaunchConfigurations
= ["python"]
1162
SupportedLaunchConfigurations
= ["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"] }),
1759
SupportedLaunchConfigurations
= null
1801
SupportedLaunchConfigurations
= ["other_type"]
1843
SupportedLaunchConfigurations
= ["test"]
1960
SupportedLaunchConfigurations
= null
1 reference to SupportedLaunchConfigurations
Aspire.Hosting (1)
Utils\ExtensionUtils.cs (1)
31
return debugSessionInfo.
SupportedLaunchConfigurations
;