7 references to PostConfigure
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
241_innerBuilder.Services.AddOptions<TransportOptions>().ValidateOnStart().PostConfigure(MapTransportOptionsFromCustomKeys);
Microsoft.Extensions.Options (6)
OptionsBuilder.cs (6)
46/// These are run before all <see cref="PostConfigure(Action{TOptions})"/>. 63/// These are run before all <see cref="PostConfigure(Action{TOptions})"/>. 83/// These are run before all <see cref="PostConfigure(Action{TOptions})"/>. 105/// These are run before all <see cref="PostConfigure(Action{TOptions})"/>. 134/// These are run before all <see cref="PostConfigure(Action{TOptions})"/>. 166/// These are run before all <see cref="PostConfigure(Action{TOptions})"/>.