4 writes to Channel
aspire (4)
JsonSourceGenerationContext.AspireJsonConfiguration.g.cs (1)
119Setter = static (obj, value) => ((global::Aspire.Cli.Configuration.AspireJsonConfiguration)obj).Channel = value!,
Projects\GuestAppHostProject.cs (2)
306config.Channel = buildResult.ChannelName; 932config.Channel = context.Channel.Name;
Scaffolding\ScaffoldingService.cs (1)
134config.Channel = channelName;
3 references to Channel
aspire (3)
Commands\AddCommand.cs (1)
104configuredChannel = settings?.Channel;
JsonSourceGenerationContext.AspireJsonConfiguration.g.cs (1)
118Getter = static obj => ((global::Aspire.Cli.Configuration.AspireJsonConfiguration)obj).Channel,
Projects\AppHostServerProject.cs (1)
261var configuredChannelName = localConfig?.Channel;