How to use Uno.WinUI in multi-target library #8752
Unanswered
PetarSlavov
asked this question in
Q&A
Replies: 2 comments
-
See this documentation for creation multi-targeted libraries: https://platform.uno/docs/articles/guides/how-to-create-control-libraries.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
This MIGHT be related to the same issue I was having... BLOCKER : Converting/Repurposing UWP Shared Project in WinUI3 project (XamlParseException / NavigationView) @jeromelaban just committed the fix, a few hours ago. Edit the project file and pay attention to the packages that get included. There is an ERROR related to the selected TargetFramework :
|
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
-
I have a project with Windows and WASM heads and class library. I need to reference some types from Uno.WinUI. This works on WASM head but throws a runtime exception on Windows:
Could not load file or assembly 'Uno.UI, Version=255.255.255.255
I'm trying to conditionally reference the Uno.WinUI from the class library, but cannot or don't know how to do it properly.
Beta Was this translation helpful? Give feedback.
All reactions