6 references to PostConfigure
Aspire.Dashboard.Tests (1)
Integration\IntegrationTestHelpers.cs (1)
84
builder.Services.
PostConfigure
<LoggerFilterOptions>(o =>
BlazorHosted (2)
Program.cs (2)
11
builder.Services.
PostConfigure
<OpenTelemetry.Instrumentation.AspNetCore.AspNetCoreTraceInstrumentationOptions>(options =>
22
builder.Services.
PostConfigure
<OpenTelemetry.Instrumentation.Http.HttpClientTraceInstrumentationOptions>(options =>
Microsoft.AspNetCore (1)
WebHost.cs (1)
260
services.
PostConfigure
<HostFilteringOptions>(options =>
Microsoft.Extensions.Options (2)
OptionsServiceCollectionExtensions.cs (2)
79
/// Note: These are run before all <see cref="
PostConfigure
{TOptions}(IServiceCollection, Action{TOptions})"/>.
90
/// Note: These are run before all <see cref="
PostConfigure
{TOptions}(IServiceCollection, Action{TOptions})"/>.