2 writes to Channel
aspire (1)
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
70
config.
Channel
= inputs.Channel;
Aspire.Cli.Tests (1)
Projects\GuestAppHostProjectTests.cs (1)
200
Channel
= "daily",
5 references to Channel
aspire (4)
Commands\AddCommand.cs (1)
111
?? AspireJsonConfiguration.Load(appHostDirectory)?.
Channel
;
Configuration\AspireConfigFile.cs (1)
388
config.Channel = settings.
Channel
;
Projects\DotNetBasedAppHostServerProject.cs (1)
342
var configuredChannelName = localConfig?.
Channel
;
Projects\PrebuiltAppHostServer.cs (1)
341
var channelName = localConfig?.
Channel
;
Aspire.Cli.Tests (1)
Commands\NewCommandTests.cs (1)
1345
channelSeenByProject = config?.
Channel
;