WinUI3 Preview 3 package misses globbing pattern for PRIResource
See original GitHub issueIssues 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>
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:
- Created 3 years ago
- Reactions:2
- Comments:19 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Solved in 0.8 stable.