2 writes to Channel
aspire (2)
Commands\InitCommand.cs (1)
616Channel = parseResult.GetValue(_channelOption),
Commands\NewCommand.cs (1)
269Channel = parseResult.GetValue(_channelOption) ?? resolvedChannelName,
4 references to Channel
aspire (4)
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
62await _templateNuGetConfigService.PromptToCreateOrUpdateNuGetConfigAsync(inputs.Channel, outputPath, cancellationToken);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (2)
65if (!string.IsNullOrEmpty(inputs.Channel)) 70config.Channel = inputs.Channel;
Templating\DotNetTemplateFactory.cs (1)
648var channelName = inputs.Channel;