1 reference to ChannelNotFoundException
aspire (1)
Commands\UpdateCommand.cs (1)
144?? throw new ChannelNotFoundException($"No channel found matching '{channelName}'. Valid options are: {string.Join(", ", channels.Select(c => c.Name))}");