GitTools/GitTools.Core

Consider moving the IFileSystem from GitVersion to GitTools.Core

GeertvanHorrik opened this issue · 5 comments

@JakeGinnivan Is GitVersion already using this core? If so, we can safely move it here.

@GeertvanHorrik Shouldn't the namespace also be adapted (is still GitVersion.IO)

Good catch, already fixed that :-)

Why don't we use System.IO.Abstractions rather than having to maintain this as part of our public api

Good point. I just copy/pasted this one from GitVersion.