ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
336 stars 33 forks source link

ExportDecorator returns void #254

Closed ipjohnson closed 4 years ago

ipjohnson commented 4 years ago

The current implementation for ExportDecorator for Func<T> returns void instead of a configuration object allowing for something like .When.

This was brought up in issue #253

ipjohnson commented 4 years ago

This was resolved and will be in the next release