Ejemplo n.º 1
0
        /// <inheritdoc />
        public override string Describe()
        {
            if (Package != null)
            {
                return(I($"Failed to retrieve nuget package '{Package.Id}' version '{Package.Version}' due to {Type.ToString()}. {Exception?.ToStringDemystified()}"));
            }

            return(I($"Failed to process nuget packages due to {Type.ToString()}. {Exception?.ToStringDemystified()}"));
        }