Enum DependencyContainerUnregisteredResolutionAction
Defines Resolution actions.
Namespace: Swan.DependencyInjection
Syntax
public enum DependencyContainerUnregisteredResolutionAction
Fields
| Name | Description |
|---|---|
| AttemptResolve | Attempt to resolve type, even if the type isn't registered. Registered types/options will always take precedence. |
| Fail | Fail resolution if type not explicitly registered |
| GenericsOnly | Attempt to resolve unregistered type if requested type is generic and no registration exists for the specific generic parameters used. Registered types/options will always take precedence. |