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