Closed anlau closed 5 years ago
I'm not sure if it's intentional: TransformConfigWithDefaultLogger unlike TransformConfig (the one without logger parameter) fails when source and target are the same file. This PR addresses this by changing the scope of the usings.
TransformConfigWithDefaultLogger
TransformConfig
I am going to merge this in and I will try to get a release this coming week. Thanks for the contribution.
Fixes #28
@anlau this is going out in version 0.16.0 which is being released now.
I'm not sure if it's intentional:
TransformConfigWithDefaultLogger
unlikeTransformConfig
(the one without logger parameter) fails when source and target are the same file. This PR addresses this by changing the scope of the usings.