ContainerConfiguration public class ContainerConfiguration Documentation Code public bool CircularDependenciesWithLazyEnabled { get; } public bool CircularDependencyTrackingEnabled { get; } public Action<ContainerConfiguration> ConfigurationChangedEvent { get; } public Func<IEnumerable<ConstructorInformation>, IEnumerable<ConstructorInformation>> ConstructorSelectionRule { get; } public ILifetime DefaultLifetime { get; } public bool ForceUseMicrosoftExpressionCompiler { get; } public Func<TypeInformation, bool> MemberInjectionFilter { get; } public bool MemberInjectionWithoutAnnotationEnabled { get; } public AutoMemberInjectionRules MemberInjectionWithoutAnnotationRule { get; } public bool NamedDependencyResolutionForUnNamedRequestsEnabled { get; } public bool OptionalAndDefaultValueInjectionEnabled { get; } public bool RuntimeCircularDependencyTrackingEnabled { get; } public bool SetUniqueRegistrationNames { get; } public bool TrackTransientsForDisposalEnabled { get; } public bool TreatingParameterAndMemberNameAsDependencyNameEnabled { get; } public Action<RegistrationConfigurator> UnknownTypeConfigurator { get; } public bool UnknownTypeResolutionEnabled { get; }