19 writes to Channel
aspire (3)
Acquisition\InstallationDiscovery.cs (2)
108Channel = TryReadChannel(), 267Channel = channel,
Acquisition\InstallationInfo.cs (1)
163Channel = GetOptionalString("channel"),
Aspire.Cli.Tests (16)
Acquisition\InstallationDiscoveryDiscoverAllTests.cs (6)
139Channel = "stable", 228Channel = "daily", 411Channel = "pr-12345-from-peer", // intentionally distinct 773Channel = "stable", 803Channel = "local", 874Channel = "pr-99999",
Commands\DoctorCommandTests.cs (10)
641Channel = "stable", 653Channel = "pr-1234", 708Channel = "pr-17115", 720Channel = "pr-1234", 773Channel = "stable", 785Channel = "pr-1234", 840Channel = "stable", 886Channel = "stable", 958Channel = "stable", 1051Channel = "stable",
12 references to Channel
aspire (3)
Acquisition\InstallationDiscovery.cs (1)
244var channel = ok.Info.Channel;
Acquisition\InstallationInfo.cs (1)
27/// <see cref="Channel"/> unknown. Consumers should treat null fields as
Commands\InstallationInfoOutput.cs (1)
169ValueOrPlaceholder(install.Channel, install.Status),
Aspire.Cli.Tests (9)
Acquisition\InstallationDiscoveryDiscoverAllTests.cs (7)
153Assert.Equal("stable", discoveredRow.Channel); 242Assert.Equal("daily", row.Channel); 387Assert.Equal("pr-12345", prRow.Channel); 421Assert.Equal("pr-12345-from-peer", prRow.Channel); 458Assert.Equal("pr-17115", brewRow.Channel); 492Assert.Null(brewRow.Channel); 746Assert.Equal("staging", results[0].Channel);
Acquisition\PeerInstallProbeTests.cs (2)
125Assert.Equal("stable", ok.Info.Channel); 266Assert.Null(ok.Info.Channel);