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