Implemented interface member:
property
IsInScope
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.IsInScope
36 writes to IsInScope
Aspire.Cli.Tests (36)
Backchannel\AppHostConnectionResolverTests.cs (4)
218monitor.AddConnection("hash1", "socket-other", new TestAppHostAuxiliaryBackchannel { IsInScope = false }); 248monitor.AddConnection("hash1", "socket-one", new TestAppHostAuxiliaryBackchannel { IsInScope = true }); 249monitor.AddConnection("hash2", "socket-two", new TestAppHostAuxiliaryBackchannel { IsInScope = true }); 488IsInScope = false,
Commands\AgentMcpCommandTests.cs (5)
138IsInScope = true, 206IsInScope = true, 281IsInScope = true, 396IsInScope = true, 478IsInScope = true,
Commands\DescribeCommandTests.cs (1)
942IsInScope = true,
Commands\ExportCommandTests.cs (3)
189IsInScope = false, 212IsInScope = true, 879IsInScope = true,
Commands\LogsCommandTests.cs (4)
725IsInScope = true, 815IsInScope = true, 982IsInScope = true, 1545IsInScope = true,
Commands\PsCommandTests.cs (13)
123IsInScope = true, 139IsInScope = true, 230IsInScope = true, 269IsInScope = true, 314IsInScope = true, 358IsInScope = true, 436IsInScope = true, 498IsInScope = true, 537IsInScope = true, 601IsInScope = true, 645IsInScope = true, 685IsInScope = true, 732IsInScope = true,
Commands\ResourceCommandTests.cs (1)
78IsInScope = false,
Commands\StopCommandTests.cs (2)
1092IsInScope = true 1287IsInScope = isInScope,
Commands\TelemetryTestHelper.cs (1)
75IsInScope = true,
Commands\TelemetryTracesCommandTests.cs (1)
84IsInScope = true,
Commands\TerminalCommandTests.cs (1)
623IsInScope = true,
1 reference to IsInScope
Aspire.Cli.Tests (1)
Commands\TerminalCommandTests.cs (1)
674public bool IsInScope => _inner.IsInScope;