2 writes to SupportedLaunchConfigurations
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
1553
[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"],
SupportedLaunchConfigurations
= ["test_executable"] }),
1599
[KnownConfigNames.DebugSessionInfo] = JsonSerializer.Serialize(new RunSessionInfo { ProtocolsSupported = ["test"],
SupportedLaunchConfigurations
= ["other_executable"] }),
1 reference to SupportedLaunchConfigurations
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2029
return debugSessionInfo.
SupportedLaunchConfigurations
;