Implemented interface member:
method
PostConfigure
Microsoft.Extensions.Options.IPostConfigureOptions<TOptions>.PostConfigure(System.String, TOptions)
3 references to PostConfigure
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
681new PostConfigureDashboardOptions(builder.Configuration).PostConfigure(name: string.Empty, dashboardOptions);
Aspire.Dashboard.Tests (2)
DashboardOptionsTests.cs (2)
127new PostConfigureDashboardOptions(configuration).PostConfigure(null, options); 145new PostConfigureDashboardOptions(configuration).PostConfigure(null, options);