8 references to Dashboard
aspire (2)
Layout\LayoutConfiguration.cs (2)
69LayoutComponent.Dashboard => Components.Dashboard, 103var dashboardDir = GetComponentPath(LayoutComponent.Dashboard);
Aspire.Cli.Tests (6)
BundleServiceIntegrationTests.cs (1)
820LayoutComponent.Dashboard => Path.Combine(bundleDir, BundleDiscovery.DashboardDirectoryName),
Layout\LayoutConfigurationTests.cs (4)
17Assert.Equal(3, (int)LayoutComponent.Dashboard); 37[InlineData(true, true, true, LayoutComponent.Dashboard)] 38[InlineData(true, true, false, LayoutComponent.Dashboard)] 64LayoutComponent.Dashboard => dashboardPath,
Projects\PrebuiltAppHostServerTests.cs (1)
2938var dashboardDirectory = Assert.IsType<string>(layout.GetComponentPath(LayoutComponent.Dashboard));