Do not use `Package.storeInfo` in `PackageManager.store`
`Package.storeInfo` does IO directly which conflicts with our dependency injection approach. Instead inline the code and use `this.writeFile` directly. |
---|
|
source/dub/packagemanager.d |
---|