1 write to Channel
Aspire.Cli.Tests (1)
Commands\NewCommandChannelResolutionTests.cs (1)
580capturedInputs.Channel = inputs.Channel;
20 references to Channel
Aspire.Cli.Tests (20)
Commands\NewCommandChannelResolutionTests.cs (20)
147Assert.Null(captured.Channel); 151Assert.Equal(identityChannel, captured.Channel); 164Assert.Equal(PackageChannelNames.Daily, captured.Channel); 181Assert.Equal("pr-99999", captured.Channel); 204Assert.Null(captured.Channel); // Implicit channels never persist a channel pin 240Assert.Equal(PackageChannelNames.Local, captured.Channel); 256Assert.Null(captured.Channel); 269Assert.Null(captured.Channel); 287Assert.Equal(PackageChannelNames.Staging, captured.Channel); 309Assert.Equal(PackageChannelNames.Stable, captured.Channel); 330Assert.Equal(channelName, captured.Channel); 352Assert.Equal(PackageChannelNames.Stable, captured.Channel); 395Assert.Equal(identityChannel, captured.Channel); 416Assert.Null(captured.Channel); 428Assert.Null(captured.Channel); 442Assert.Null(captured.Channel); 455Assert.Null(captured.Channel); 480Assert.Null(captured.Channel); 499Assert.Equal(PackageChannelNames.Stable, captured.Channel); 523Assert.Equal(PackageChannelNames.Daily, captured.Channel);