5 writes to Channel
Aspire.Cli.Tests (5)
Configuration\DotNetBasedAppHostServerChannelResolutionTests.cs (2)
69
var legacy = new AspireJsonConfiguration {
Channel
= "daily", SdkVersion = "13.3.0" };
90
var legacy = new AspireJsonConfiguration {
Channel
= "daily", SdkVersion = "13.3.0" };
Configuration\PrebuiltAppHostServerChannelResolutionTests.cs (2)
59
var legacy = new AspireJsonConfiguration {
Channel
= "daily", SdkVersion = "13.3.0" };
80
var legacy = new AspireJsonConfiguration {
Channel
= "daily", SdkVersion = "13.3.0" };
Projects\GuestAppHostProjectTests.cs (1)
336
Channel
= "daily",
4 references to Channel
aspire (4)
Commands\IntegrationPackageSearchService.cs (1)
162
?? AspireJsonConfiguration.Load(appHostDirectory)?.
Channel
, ExitCode: null);
Configuration\AspireConfigFile.cs (1)
416
config.Channel = settings.
Channel
;
Projects\DotNetBasedAppHostServerProject.cs (1)
327
?? AspireJsonConfiguration.Load(_appPath)?.
Channel
;
Projects\PrebuiltAppHostServer.cs (1)
974
?? AspireJsonConfiguration.Load(_appDirectoryPath)?.
Channel
;