Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UWP] Fix build break problems for some VS users #2965

Merged
merged 2 commits into from
May 23, 2019

Conversation

paulcam206
Copy link
Member

@paulcam206 paulcam206 commented May 22, 2019

Fixes #2922

Still not entirely sure why this is only broken for some folks. Possibly because we shouldn't have been using the UnionMetadata in the first place, but this seems to work properly.

Specifically, rather than relying on the UnionMetadata winmd, which (I guess?) might vary based on machine state, we explicitly rely on the winmds we require -- the Foundation (for WinRT) and UniversalContract (for XAML) winmds.

Verified by building/running the visualizer

Microsoft Reviewers: Open in CodeFlow

@paulcam206 paulcam206 added the Platform-XAML Bugs or features related to Xaml Renderer label May 22, 2019
Copy link
Contributor

@RebeccaAnne RebeccaAnne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@RebeccaAnne
Copy link
Contributor

If you could update the description to explain the change a bit more, that would be great.

@paulcam206
Copy link
Member Author

If you could update the description to explain the change a bit more, that would be great.

done :)

@paulcam206 paulcam206 merged commit 57c9855 into master May 23, 2019
@paulcam206 paulcam206 deleted the paulcam/vs-build-issues branch May 23, 2019 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform-XAML Bugs or features related to Xaml Renderer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UWP] Renderer solution no longer compiles in VS
2 participants