dotnet-template-samples
dotnet-template-samples copied to clipboard
Q: parameter regexpr
Is it possible for a template parameter value to have a regex validation attached to prevent/validate the values supplied; an or display a validation error if/when the value supplied violates the regex condition?
If so can you please point towards references/samples?