Shared project UWP issues in VS 2022 Preview 3 and 4 #5007
xperiandri
started this conversation in
General
Replies: 2 comments 1 reply
-
This is a visual studio 17.2 Preview 3 issue. Looks like it broke some of the properties used by Shared projects, causing an error similar to this:
A simpler temporary workaround is to add this to the UWP, Android, iOS or WebAssembly csproj: <PropertyGroup>
<SynthesizeLinkMetadata>true</SynthesizeLinkMetadata>
</PropertyGroup> |
Beta Was this translation helpful? Give feedback.
1 reply
-
Oh no, I already reinstalled windows :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my workaround that allows temporarily fixing all the issues related to spared project usage in UWP
Beta Was this translation helpful? Give feedback.
All reactions