question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WinUI3 Preview 3 package misses globbing pattern for PRIResource

See original GitHub issue

Issues I’ve met when upgrading a functioning project from preview2 to preview3:

Can’t find ResourceMap:

https://github.com/microsoft/microsoft-ui-xaml/issues/3620#issuecomment-729589622 /cc @roxk

Cause:

The preview 3 nuget package doesn’t include a glob pattern for PRIResource, while preview 2.

Workaround:

Add this to your project file:


  <ItemGroup>
    <PRIResource Include="Strings\**\*.resw" />
    <!-- Strings may be changed to other folder you use, or just **\*.resw -->
  </ItemGroup>

### XamlParseException
onecoreuap\base\appmodel\statemanager\winrt\lib\windows.storage.applicationdatafactory.server.cpp(235)\Windows.Storage.ApplicationData.dll!00007FFD72EF83F3: (caller: 00007FFD72F087B3) ReturnHr(1) tid(695c) 8000000B 该操作尝试访问的数据超出了有效范围

Wrapped by XamlParseException.

Currently no idea. Investigating.

Edit: this one should be unrelated.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:19 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rohanp-msftcommented, Apr 7, 2021

@JeanRoca It’s still missing in Reunion 0.5.

Hi @huoyaoyuan, As you pointed out, this falls under https://github.com/microsoft/ProjectReunion/issues/613. You beat me to suggesting duping this to that bug. Sorry about the delay here. The issue was not fully understood until recently. The fix should be available in v0.8 preview of Project Reunion which starts shipping this month. Please follow https://github.com/microsoft/ProjectReunion/issues/613 to track completion. Feel free to dupe this issue to https://github.com/microsoft/ProjectReunion/issues/613.

0reactions
huoyaoyuancommented, Jun 26, 2021

Solved in 0.8 stable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

File globbing - .NET
A glob is a term used to define patterns for matching file and directory names based on wildcards. Globbing is the act of...
Read more >
Announcing WinUI 3: Preview 3 - Windows Developer Blog
New Features. The team has been hard at work on Preview 3 since the release of Preview 2 back in July. Countless bug...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found