13 references to IsStagingChannelEnabled
aspire (5)
Commands\InitCommand.cs (1)
112var isStagingEnabled = KnownFeatures.IsStagingChannelEnabled(features, configuration);
Commands\NewCommand.cs (1)
96var isStagingEnabled = KnownFeatures.IsStagingChannelEnabled(_features, configuration);
Commands\UpdateCommand.cs (2)
73var isStagingEnabled = KnownFeatures.IsStagingChannelEnabled(_features, _configuration); 277var isStagingEnabled = KnownFeatures.IsStagingChannelEnabled(_features, _configuration);
Packaging\PackagingService.cs (1)
60if (KnownFeatures.IsStagingChannelEnabled(features, configuration))
Aspire.Cli.Tests (8)
Configuration\KnownFeaturesTests.cs (8)
18Assert.True(KnownFeatures.IsStagingChannelEnabled(features, configuration)); 27Assert.True(KnownFeatures.IsStagingChannelEnabled(features, configuration)); 36Assert.True(KnownFeatures.IsStagingChannelEnabled(features, configuration)); 45Assert.False(KnownFeatures.IsStagingChannelEnabled(features, configuration)); 54Assert.False(KnownFeatures.IsStagingChannelEnabled(features, configuration)); 63Assert.True(KnownFeatures.IsStagingChannelEnabled(features, configuration)); 72Assert.True(KnownFeatures.IsStagingChannelEnabled(features, configuration)); 81Assert.False(KnownFeatures.IsStagingChannelEnabled(features, configuration));