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