1 implementation of ErrorMessage
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
Validation\ValidationEntry.cs (1)
21public string ErrorMessage { get; }
1 reference to ErrorMessage
Microsoft.TemplateEngine.Edge (1)
ValidationUtils.cs (1)
109private static string PrintError(IValidationEntry error) => $" [{error.Severity}][{error.Code}] {error.ErrorMessage}";