9 implementations of IsBundleModeAvailable
aspire (1)
Layout\LayoutDiscovery.cs (1)
137
public bool
IsBundleModeAvailable
(string? projectDirectory = null)
Aspire.Cli.Tests (8)
BundleServiceIntegrationTests.cs (1)
826
public bool
IsBundleModeAvailable
(string? projectDirectory = null) => true;
Commands\AppHostLauncherTests.cs (1)
1754
public bool
IsBundleModeAvailable
(string? projectDirectory = null) => false;
Commands\DashboardRunCommandTests.cs (1)
736
public bool
IsBundleModeAvailable
(string? projectDirectory = null) => true;
DotNet\ProcessExecutionDetachedTests.cs (1)
528
public bool
IsBundleModeAvailable
(string? projectDirectory = null)
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
408
public bool
IsBundleModeAvailable
(string? projectDirectory = null) => true;
Projects\PrebuiltAppHostServerTests.cs (1)
3051
public bool
IsBundleModeAvailable
(string? projectDirectory = null) => true;
Utils\CliTestHelper.cs (2)
763
public bool
IsBundleModeAvailable
(string? projectDirectory = null) => false;
787
public bool
IsBundleModeAvailable
(string? projectDirectory = null) => _layout is not null || _componentPaths.Count > 0;