templating
templating copied to clipboard
Template validation enhancement: Validate string names and values against the expected defaults
Is your feature request related to a problem? Please describe.
In https://github.com/dotnet/aspire/issues/3190 some template localization content got left behind because the string keys and values weren't kept in sync.
Describe the solution you'd like.
It would be good to have a test helper or build validation that verifies:
- all localization files have the same keys that are in the
template.jsonfile, and - the localization values in one language (default
en) match those in thetemplate.jsonfile
Additional context
No response