31 implementations of IPostConfigureOptions
Aspire.Dashboard (1)
Microsoft.AspNetCore.Authentication (2)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
Microsoft.AspNetCore.Authentication.JwtBearer (1)
Microsoft.AspNetCore.Authentication.Negotiate (1)
Microsoft.AspNetCore.Authentication.OAuth (1)
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
Microsoft.AspNetCore.Authentication.Twitter (1)
Microsoft.AspNetCore.Authentication.WsFederation (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.Identity (2)
Microsoft.AspNetCore.Identity.UI (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.Authentication.WebAssembly.Msal (1)
Microsoft.Extensions.ML (1)
Microsoft.Extensions.Options (6)
PostConfigureOptions.cs (6)
12public class PostConfigureOptions<TOptions> : IPostConfigureOptions<TOptions> where TOptions : class
57public class PostConfigureOptions<TOptions, TDep> : IPostConfigureOptions<TOptions>
118public class PostConfigureOptions<TOptions, TDep1, TDep2> : IPostConfigureOptions<TOptions>
188public class PostConfigureOptions<TOptions, TDep1, TDep2, TDep3> : IPostConfigureOptions<TOptions>
267public class PostConfigureOptions<TOptions, TDep1, TDep2, TDep3, TDep4> : IPostConfigureOptions<TOptions>
355public class PostConfigureOptions<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> : IPostConfigureOptions<TOptions>
64 references to IPostConfigureOptions
Aspire.Dashboard (1)
Aspire.StackExchange.Redis (1)
Microsoft.AspNetCore.Authentication (2)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
Microsoft.AspNetCore.Authentication.JwtBearer (1)
Microsoft.AspNetCore.Authentication.Negotiate (1)
Microsoft.AspNetCore.Authentication.OAuth (1)
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
Microsoft.AspNetCore.Authentication.Twitter (1)
Microsoft.AspNetCore.Authentication.WsFederation (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Microsoft.AspNetCore.DataProtection (2)
Microsoft.AspNetCore.Identity (2)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.Authentication.WebAssembly.Msal (1)
Microsoft.Extensions.Logging.Console (1)
Microsoft.Extensions.ML (1)
Microsoft.Extensions.Options (24)
Microsoft.Extensions.Options.Contextual (4)
Microsoft.Extensions.Options.Contextual.Tests (9)