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