3 references to Channel
aspire (3)
Projects\ProjectUpdater.cs (3)
378
var packages = await context.
Channel
.GetPackagesAsync(packageId, context.AppHostProjectFile.Directory!, cancellationToken);
391
throw new ProjectUpdaterException(string.Format(CultureInfo.InvariantCulture, UpdateCommandStrings.NoPackageFoundFormat, packageId, context.
Channel
.Name));
394
logger.LogWarning(UpdateCommandStrings.PackageNotFoundInChannelWarningFormat, packageId, context.
Channel
.Name);