4 references to EnabledFeatures
Aspire.Hosting.Keycloak (4)
KeycloakResourceBuilderExtensions.cs (4)
80
if (resource.
EnabledFeatures
.Any())
82
context.EnvironmentVariables[EnabledFeaturesEnvVarName] = string.Join(',', resource.
EnabledFeatures
);
275
builder.Resource.
EnabledFeatures
.Add(feature);
296
builder.Resource.
EnabledFeatures
.Remove(feature);