5 references to PostConfigure
Aspire.Dashboard.Tests (1)
Integration\IntegrationTestHelpers.cs (1)
82
builder.Services.
PostConfigure
<LoggerFilterOptions>(o =>
HostFilteringSample (1)
Startup.cs (1)
26
services.
PostConfigure
<HostFilteringOptions>(options =>
Microsoft.AspNetCore (1)
WebHost.cs (1)
254
services.
PostConfigure
<HostFilteringOptions>(options =>
Microsoft.Extensions.Options (2)
OptionsServiceCollectionExtensions.cs (2)
77
/// Note: These are run before all <see cref="
PostConfigure
{TOptions}(IServiceCollection, Action{TOptions})"/>.
88
/// Note: These are run before all <see cref="
PostConfigure
{TOptions}(IServiceCollection, Action{TOptions})"/>.