Open Ruyi-Wonton opened 2 years ago
The given references are being added via Microsoft.WindowsAppSDK.1.1.0\build\native\WindowsAppSDK-Nuget-Native.WinRt.props.
Attempted fixes included:
No change was observed with either (or both) of these fixes
As an experiment, moving the references into the vcxproj, with absolute paths, resolved the issue. So this issues is unique to transitive references in referenced packages.
Design time logs attached, created via env vars: set TRACEDESIGNTIME=true set _REFERENCE_DEBUG=true
Note that minimal repro doesn't require a build, just a nuget restore
In the project PhotoEditor, why is there exclamation mark in the Reference, prompting "..... references could not be resolved"
The steps to reproduce are as follows
My Visual Studio version:
Visual Studio Community 2022 17.3.4
.This question comes from Microsoft Q&A (Project references in a WinUI 3 C++ project) and I would like to know how this problem can be solved.