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