Propagate Template Authoring errors via TemplateAuthoringException and TemplateIssueDetected status #4801
Labels
area: CLI
Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)
Priority:3
Work that is nice to have
triaged
The issue was evaluated by the triage team, placed on correct area, next action defined.
Current behavior:
Many template authoring errors end up being hidden under 'Not Found' errors - as TemplateAuthoringException is not properly thrown/handled/propagated
Example:
Expected behavior:
Issues in parsing template files should be propagated via TemplateAuthoringException, that gets eventually translated to TemplateIssueDetected status and appropriate exit code.
The text was updated successfully, but these errors were encountered: