7 references to PostConfigure
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
460
_innerBuilder.Services.AddOptions<TransportOptions>().ValidateOnStart().
PostConfigure
(MapTransportOptionsFromCustomKeys);
Microsoft.Extensions.Options (6)
OptionsBuilder.cs (6)
49
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
66
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
86
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
108
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
137
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
169
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.