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

Fix build #52

Merged
merged 4 commits into from
Oct 17, 2021
Merged

Fix build #52

merged 4 commits into from
Oct 17, 2021

Conversation

deankevorkian
Copy link
Member

Handles build issues. Related to WinUI/Xaml Islands/WPF and UWP playing together.
The issue that has been holding us back the entire time started due to upgrading NuGet versions of WinUI.
The upgrade has been done in order to work with WinUI and Xaml Islands, that have stopped working and compiling in newer Visual Studio versions and .NET Core 3.1, and in order to renew our certificates.
Even after completely going over the instructions of using Xaml Islands and consuming WinUI into the app, we could not find any difference.
Eventually, after some (pretty long) time, Microsoft has released an update to their documentation that states the fixes that needed to be done in order to allow us building the app.

The issue was as follows -

Cannot find a Resource with the Name/Key TabViewButtonBackground

Let's have a toast for anyone who stumbles upon this issue and somehow arrives here. If you do, have a good one. Sorry for the time you wasted on this. I know you wasted time on this ;)

Issue clarification -
https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/host-custom-control-with-xaml-islands#resolve-cannot-find-a-resource-error-when-hosting-a-winui-control

@deankevorkian deankevorkian merged commit 0967279 into master Oct 17, 2021
@deankevorkian deankevorkian deleted the fix-build branch October 17, 2021 21:26
@deankevorkian deankevorkian restored the fix-build branch October 17, 2021 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant