10 implementations of IsBundleModeAvailable
aspire (1)
Layout\LayoutDiscovery.cs (1)
137public bool IsBundleModeAvailable(string? projectDirectory = null)
Aspire.Cli.Tests (9)
BundleServiceIntegrationTests.cs (1)
662public bool IsBundleModeAvailable(string? projectDirectory = null) => true;
Commands\AppHostLauncherTests.cs (1)
1586public bool IsBundleModeAvailable(string? projectDirectory = null) => false;
Commands\DashboardRunCommandTests.cs (1)
672public bool IsBundleModeAvailable(string? projectDirectory = null) => true;
DotNet\ProcessExecutionDetachedTests.cs (1)
528public bool IsBundleModeAvailable(string? projectDirectory = null)
NuGet\BundleNuGetServiceTests.cs (1)
432public bool IsBundleModeAvailable(string? projectDirectory = null) => true;
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
408public bool IsBundleModeAvailable(string? projectDirectory = null) => true;
Projects\PrebuiltAppHostServerTests.cs (1)
3034public bool IsBundleModeAvailable(string? projectDirectory = null) => true;
Utils\CliTestHelper.cs (2)
754public bool IsBundleModeAvailable(string? projectDirectory = null) => false; 778public bool IsBundleModeAvailable(string? projectDirectory = null) => _layout is not null || _componentPaths.Count > 0;