For: dotnet/templating
Bug Report repo for dotnet/templating showcasing that the TemplateVerificationException reports inconsistent error codes
When using the Microsoft.TemplateEngine.Authoring.TemplateVerifier
NuGet package to test a template the
TemplateVerificationException
will report different error codes for the TemplateVerificationErrorCode
property
compared to the error codes mentioned in both the Message
and console output.
The TemplateVerificationErrorCodes
enum summary mentions it should correspond to the Error codes from the dotnet/templating
projects docs.