public DotCoverInfo()

in TeamCity.dotCover/DotCoverInfo.cs [14:25]


    public DotCoverInfo(
        IEnvironment environment,
        ISettings settings,
        IFileSystem fileSystem,
        ITrace trace)
    {
        _environment = environment;
        _settings = settings;
        _fileSystem = fileSystem;
        trace.WriteLine($"Packages Path: {PackagesPath}");
        trace.WriteLine($"Tool Path: {ToolPath}");
    }