3 references to PostConfigureDashboardOptions
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
681
new
PostConfigureDashboardOptions
(builder.Configuration).PostConfigure(name: string.Empty, dashboardOptions);
Aspire.Dashboard.Tests (2)
DashboardOptionsTests.cs (2)
127
new
PostConfigureDashboardOptions
(configuration).PostConfigure(null, options);
145
new
PostConfigureDashboardOptions
(configuration).PostConfigure(null, options);