3 implementations of IsBundle
aspire (1)
Bundles\BundleService.cs (1)
30
public bool
IsBundle
=> s_isBundle;
Aspire.Cli.Tests (2)
Utils\CliTestHelper.cs (2)
587
public bool
IsBundle
=> false;
603
public bool
IsBundle
=> isBundle;
2 references to IsBundle
aspire (2)
Commands\RootCommand.cs (1)
231
if (bundleService.
IsBundle
)
Program.cs (1)
342
if (sp.GetRequiredService<IBundleService>().
IsBundle
)