Azure / Azure/azure-functions-powershell-opentelemetry
Customer-facing strings hardcoded
Open
- Dominant language
- C#
- Stars
- 2
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Customer-facing strings should not be hardcoded into code files but should be made available via a resources (.resx) file that is transformed into binaries with resgen.exe.
Contributor guide
Research direction
Start by locating the code files containing customer-facing strings and review how .resx resources are transformed into binaries with resgen.exe. Done means customer-facing strings are supplied through a resources file rather than hardcoded in code, with the generated binaries available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell
- Domain
- localization
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100