AspireGoFeatureFlagExtensions
Class static net10.0
Provides extension methods for registering GO Feature Flag-related services in an
Hosting.IHostApplicationBuilder. namespace Microsoft.Extensions.Hosting;
public static class AspireGoFeatureFlagExtensions{ // ...}Methods2
Section titled MethodsAddGoFeatureFlagClient(IHostApplicationBuilder, string, Action<GoFeatureFlagClientSettings>)extension Registers
GoFeatureFlagClientSettings as a singleton in the services provided by the builder. AddKeyedGoFeatureFlagClient(IHostApplicationBuilder, string, Action<GoFeatureFlagClientSettings>)extension Registers
GoFeatureFlagClientSettings as a keyed singleton for the given name in the services provided by the builder.