Bari.Core.Build.BuildContext.DumpDependencies C# (CSharp) Method

DumpDependencies() public method

Dumps the dependencies of the builder
public DumpDependencies ( IBuilder rootBuilder, IUserOutput output ) : void
rootBuilder IBuilder The root builder
output IUserOutput Output to dump information to
return void
        public void DumpDependencies(IBuilder rootBuilder, IUserOutput output)
        {
            rootBuilder.Dependencies.Dump(output);
        }