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