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