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