BuildResult.Errors

BuildResult.Errors property

Gets the list of errors encountered during the build. Each entry contains the source file path and the exception message, separated by " - “. Files that appear here were skipped and are not present in the archive.

public IList<string> Errors { get; }

See Also