8 writes to Channel
aspire (1)
Commands\UpdateCommand.cs (1)
355Channel = channel,
Aspire.Cli.Tests (7)
Projects\GuestAppHostProjectTests.cs (6)
759Channel = implicitChannel, 881Channel = stableChannel, 936Channel = stagingChannel, 987Channel = stableChannel, 1303Channel = implicitChannel, 1392Channel = implicitChannel,
Projects\ProjectUpdaterTests.cs (1)
1706Channel = channel,
13 references to Channel
aspire (5)
Projects\GuestAppHostProject.cs (4)
1458var latestSdkPackage = await context.Channel.GetLatestGuestAppHostSdkPackageAsync(directory, cancellationToken); 1477var packages = await context.Channel.GetPackagesAsync(packageId, directory, cancellationToken); 1498var explicitChannelName = context.Channel.ShouldPersistChannelName() ? context.Channel.Name : null;
Projects\ProjectUpdater.cs (1)
33var channel = context.Channel;
Aspire.Cli.Tests (8)
Commands\UpdateCommandTests.cs (8)
1685capturedChannel = context.Channel; 1750capturedChannel = context.Channel; 1872capturedChannel = context.Channel; 1994updatedWithChannel = context.Channel.Name; 2607updatedWithChannel = context.Channel.Name; 2660updatedWithChannel = context.Channel.Name; 2847updatedWithChannel = context.Channel.Name; 3140capturedChannel = context.Channel;