6 references to PostConfigure
Aspire.Dashboard.Tests (1)
Integration\IntegrationTestHelpers.cs (1)
82
builder.Services.
PostConfigure
<LoggerFilterOptions>(o =>
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
504
.
PostConfigure
<ExecOptions>(execOptions =>
HostFilteringSample (1)
Startup.cs (1)
26
services.
PostConfigure
<HostFilteringOptions>(options =>
Microsoft.AspNetCore (1)
WebHost.cs (1)
256
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})"/>.