microsoft / microsoft/WindowsAppSDK

Update Resources files in template VSIXes to use strings for names instead of numbers

Open
#6,061 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

area-WinAppSDK:Templates Status: Reviewed
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.