ZeroIoC icon indicating copy to clipboard operation
ZeroIoC copied to clipboard

Func<T> and Lazy<T> ctor parameters

Open appel1 opened this issue 9 months ago • 2 comments

Perhaps not possible, but it would be a useful convenience feature to be able to have func and lazy parameters that can be used as factory methods instead of going via the ZeroIoCContainer.Resolve method. To be able to reduce the places in the code base that has to be "aware" of the container.

appel1 avatar May 30 '24 08:05 appel1