Describe the bug
After upgrading from exp1 to exp2, WCR ImageDescriptionGenerator
now throws an unauthorized access exception. It's not clear why yet and is not documented as a known issue.
Further, it throws an exception with a duplicitous, non-standard, and unhelpful "Denied access".
Steps to reproduce the bug
- Clone
https://github.com/riverar/repro-64b8ca34
- Deploy unpackaged and execute app on arm64 machine
- Observe exception after clicking the Test button:
Exception thrown: 'System.UnauthorizedAccessException' in System.Private.CoreLib.dll
An exception of type 'System.UnauthorizedAccessException' occurred in System.Private.CoreLib.dll but was not handled in user code
Access is denied.
Denied access
Expected behavior
No exception or documentation regarding what hoops to jump through to get access.
Screenshots
No response
NuGet package version
Windows App SDK 1.8 Experimental 2: 1.8.250515001-experimental2
Packaging type
Unpackaged
Windows version
Insider Build (xxxxx)
IDE
No response
Additional context
No response