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