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)
47
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
64
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
84
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
106
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
135
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.
167
/// These are run before all <see cref="
PostConfigure
(Action{TOptions})"/>.