SwinjectPropertyLoader icon indicating copy to clipboard operation
SwinjectPropertyLoader copied to clipboard

Swinject extension to load property values from resources

Results 8 SwinjectPropertyLoader issues
Sort by recently updated
recently updated
newest added

Hi! The repository seems to have no more support, but in case it still has some people working on it: Would be nice to update the repo with a new...

Hi, Could you please add Package.swift, so SwinjectPropertyLoader can be used from Linux?

Please, release a new version with Xcode 10.2 / Swift 5 support. There's already a PR #22 available and ready to be merged.

Update dependencies & travis.tml

At the moment it is not possible to use SwinjectStoryboard and SwinjectPropertyLoader in one project through CocoaPods, because the projects depend on a different version of Swinject. Is this project...

Details are described here: https://github.com/Swinject/Swinject/issues/131

enhancement

Swift 3 has improved API styles described in the following document. https://swift.org/documentation/api-design-guidelines/ We should reorganize API of property loader to follow the guidelines.

Hello! I am a big fan of Swinject and have started to use `SwinjectPropertyLoader` heavily for configuring many apps using the same assemblers. Big fan of the inheritance via overriding....