8 writes to Channel
aspire (1)
Commands\UpdateCommand.cs (1)
355Channel = channel,
Aspire.Cli.Tests (7)
Projects\GuestAppHostProjectTests.cs (6)
762Channel = implicitChannel, 884Channel = stableChannel, 939Channel = stagingChannel, 990Channel = stableChannel, 1374Channel = implicitChannel, 1463Channel = implicitChannel,
Projects\ProjectUpdaterTests.cs (1)
1741Channel = channel,
13 references to Channel
aspire (5)
Projects\GuestAppHostProject.cs (4)
1484var latestSdkPackage = await context.Channel.GetLatestGuestAppHostSdkPackageAsync(directory, cancellationToken); 1503var packages = await context.Channel.GetPackagesAsync(packageId, directory, cancellationToken); 1524var explicitChannelName = context.Channel.ShouldPersistChannelName() ? context.Channel.Name : null;
Projects\ProjectUpdater.cs (1)
34var channel = context.Channel;
Aspire.Cli.Tests (8)
Commands\UpdateCommandTests.cs (8)
1689capturedChannel = context.Channel; 1754capturedChannel = context.Channel; 1876capturedChannel = context.Channel; 1998updatedWithChannel = context.Channel.Name; 2611updatedWithChannel = context.Channel.Name; 2664updatedWithChannel = context.Channel.Name; 2852updatedWithChannel = context.Channel.Name; 3145capturedChannel = context.Channel;