ipjohnson / Grace

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

Default value struct issue #214

Closed ipjohnson closed 5 years ago

ipjohnson commented 5 years ago

There is an issue for default constructor parameters for things like TimeSpan, DateTimeOffSet, etc. The fix looks to be disabling their creation as part of ConcreteExportStrategyProvider

ipjohnson commented 5 years ago

This has been addressed