microsoft / TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Other
2.65k stars 459 forks source link

resource strings in package manifest are not replaced properly #4721

Open smadep opened 7 months ago

smadep commented 7 months ago

Describe the bug

ms-resource:AppDisplayName and Description are not resolved into the defined resource string in the index.html which is created during packaging

Package.appxmanifest

<Applications>
  <Application Id="App"
    Executable="$targetnametoken$.exe"
    EntryPoint="$targetentrypoint$">
    <uap:VisualElements
      DisplayName="ms-resource:AppDisplayName"
      Description="ms-resource:AppDescription"

image

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Additional context

No response

Applies to the following platforms:

About your setup