Consider moving the IFileSystem from GitVersion to GitTools.Core
GeertvanHorrik opened this issue · 5 comments
GeertvanHorrik commented
@JakeGinnivan Is GitVersion already using this core? If so, we can safely move it here.
pascalberger commented
@GeertvanHorrik Shouldn't the namespace also be adapted (is still GitVersion.IO)
GeertvanHorrik commented
Good catch, already fixed that :-)
JakeGinnivan commented
Why don't we use System.IO.Abstractions rather than having to maintain this as part of our public api
GeertvanHorrik commented
Good point. I just copy/pasted this one from GitVersion.
GeertvanHorrik commented
See #24