14 instantiations of RunSessionInfo
Aspire.Hosting.Python.Tests (4)
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"] }),
1900var runSessionInfo = new RunSessionInfo
1942var runSessionInfo = new RunSessionInfo
1984var runSessionInfo = new RunSessionInfo
2101var runSessionInfo = new RunSessionInfo
2353var runSessionInfo = new RunSessionInfo
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"] }),
10 references to RunSessionInfo
Aspire.Hosting (1)
Aspire.Hosting.Python.Tests (4)
Aspire.Hosting.Tests (5)