Implemented interface member:
property
IsInScope
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.IsInScope
36 writes to IsInScope
Aspire.Cli.Tests (36)
Backchannel\AppHostConnectionResolverTests.cs (4)
215monitor.AddConnection("socket-other", new TestAppHostAuxiliaryBackchannel { IsInScope = false }); 245monitor.AddConnection("socket-one", new TestAppHostAuxiliaryBackchannel { IsInScope = true }); 246monitor.AddConnection("socket-two", new TestAppHostAuxiliaryBackchannel { IsInScope = true }); 531IsInScope = false,
Commands\AgentMcpCommandTests.cs (5)
137IsInScope = true, 204IsInScope = true, 278IsInScope = true, 392IsInScope = true, 473IsInScope = 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, 138IsInScope = true, 229IsInScope = true, 268IsInScope = true, 313IsInScope = true, 357IsInScope = true, 435IsInScope = true, 497IsInScope = true, 536IsInScope = true, 600IsInScope = true, 644IsInScope = true, 684IsInScope = true, 731IsInScope = true,
Commands\ResourceCommandTests.cs (1)
78IsInScope = false,
Commands\StopCommandTests.cs (2)
1092IsInScope = true 1286IsInScope = isInScope,
Commands\TelemetryTestHelper.cs (1)
75IsInScope = true,
Commands\TelemetryTracesCommandTests.cs (1)
84IsInScope = true,
Commands\TerminalCommandTests.cs (1)
624IsInScope = true,
1 reference to IsInScope
Aspire.Cli.Tests (1)
Commands\TerminalCommandTests.cs (1)
675public bool IsInScope => _inner.IsInScope;