DryIocExtensions Class

graph BT Type-->Base0["Object"] Type["DryIocExtensions"] class Type type-node

Syntax

public static class DryIocExtensions

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Methods

Name Value Summary
WithTestLoggerResolver(Rules, Func<Request, Type, object>) Rules
Adds support for resolving generic ILoggers from the DI Container and allowing the loggers to be wrapped if desired
static
WithUndefinedTestDependenciesResolver(Rules, Func<Request, object>) Rules
Adds support for auto stub/mock/faking dependencies that are not already in the container.
static