microsoft / microsoft/WindowsAppSDK
Update Resources files in template VSIXes to use strings for names instead of numbers
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 4.7k
- Forks
- 471
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 28
Description
Currently, the strings are referenced by number (e.g. `Resources._1045`). Ideally, we'd have a more descriptive resource name (e.g. `Resources.NoOutputInformationAvailable`).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the template VSIXes and their Resources files, then inspect how numeric resource names such as Resources._1045 are generated and referenced. Replace those names with descriptive string-based names, including the example Resources.NoOutputInformationAvailable, and verify that all affected template references still resolve.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100