Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource strings in package manifest are not replaced properly #4721

Open
1 of 3 tasks
smadep opened this issue Dec 4, 2023 · 0 comments
Open
1 of 3 tasks

resource strings in package manifest are not replaced properly #4721

smadep opened this issue Dec 4, 2023 · 0 comments
Labels
bug The issue relates to the wizard not working or a problem with the generated code.

Comments

@smadep
Copy link

smadep commented Dec 4, 2023

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:

  • WinUI
  • WPF
  • UWP

About your setup

  • Visual Studio Version: 2022
  • Template Studio Wizard Version: 5.5
  • Windows Build: 10.0.19041.31, 10.0.17763.0
@smadep smadep added the bug The issue relates to the wizard not working or a problem with the generated code. label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue relates to the wizard not working or a problem with the generated code.
Projects
None yet
Development

No branches or pull requests

1 participant