Microsoft.Extensions.DependencyInjection
Pretty print a type name.
The .
true to print a fully qualified name.
true to include generic parameter names.
The pretty printed type name.
Default implementation of .
Initializes a new instance of the class
with default options.
Initializes a new instance of the class
with the specified .
The options to use for this instance.
Unable to activate type '{0}'. The following constructors are ambiguous:
Unable to activate type '{0}'. The following constructors are ambiguous:
Unable to resolve service for type '{0}' while attempting to activate '{1}'.
Unable to resolve service for type '{0}' while attempting to activate '{1}'.
A circular dependency was detected for the service of type '{0}'.
A circular dependency was detected for the service of type '{0}'.
No constructor for type '{0}' can be instantiated using services from the service container and default values.
No constructor for type '{0}' can be instantiated using services from the service container and default values.
Open generic service type '{0}' requires registering an open generic implementation type.
Open generic service type '{0}' requires registering an open generic implementation type.
Cannot instantiate implementation type '{0}' for service type '{1}'.
Cannot instantiate implementation type '{0}' for service type '{1}'.
A suitable constructor for type '{0}' could not be located. Ensure the type is concrete and services are registered for all parameters of a public constructor.
A suitable constructor for type '{0}' could not be located. Ensure the type is concrete and services are registered for all parameters of a public constructor.
Cannot consume {2} service '{0}' from {3} '{1}'.
Cannot consume {2} service '{0}' from {3} '{1}'.
Cannot resolve '{0}' from root provider because it requires {2} service '{1}'.
Cannot resolve '{0}' from root provider because it requires {2} service '{1}'.
Cannot resolve {1} service '{0}' from root provider.
Cannot resolve {1} service '{0}' from root provider.
Default implementation of .
Extension methods for building a from an .
Creates a containing services from the provided .
The containing service descriptors.
The .
Creates a containing services from the provided
optionaly enabling scope validation.
The containing service descriptors.
true to perform check verifying that scoped services never gets resolved from root provider; otherwise false.
The .
Creates a containing services from the provided
optionaly enabling scope validation.
The containing service descriptors.
Configures various service provider behaviors.
The .
Summary description for IServiceCallSite
The default IServiceProvider.
Gets the service object of the specified type.
Options for configuring various behaviors of the default implementation.
true to perform check verifying that scoped services never gets resolved from root provider; otherwise false.