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