[WPF][UnoIslands] Package references missing on UnoIslands Folders? #19509
Labels
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification
Current behavior
Working on a PR for updating forst instance the PackageReference Version Numbers the reader is told to add in hos WPF project in the the UnoIslands Documentation page, I followed exactly the steps told and have to report some issues I can not resolve on my own to just do a PR for this missing parts:
ThemeRessource
In the shared Project where we should Copy the code files like app.xaml and so on, I am getting the issue
ThemeRessource is not supported in Presentation framework, maybe you are missing some assembly references
SkiaSharp
Tryed to build it after the steps finished to add the xamlHost element in the wpf app because I know some issues resolve if its just build, I am getting the issue telling that its missing a reference to
SkiaSharp
🤔 i dont think someone did suddenly delete essentially resources but in the current version from nuget this seems to be missing?Other
After building at checking what it did then tell me reviewing the shared Project, then it told me it do not know... Generally everything in the app.xaml file, but I think that might be resulting from previous listed missing namespaces which makes it usable to build.
Expected behavior
After updating the versions the files from the sample folder should work as expected and be
How to reproduce it (as minimally and precisely as possible)
Follow along the documentation page for UnoIslands in a .net 9 wpf application
Workaround
Unknown
Works on UWP/WinUI
None
Environment
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia, Uno.UI.DevServer / Uno.WinUI.DevServer, Other, Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia
NuGet package version(s)
Generally 5.6.22 and the latest ones of wpf UnoIslands xamlhost ones from nuget.
Affected platforms
Skia (WPF), Build tasks
IDE
Visual Studio 2022
IDE version
Latest
Relevant plugins
SkiaSharp mentioned no idea which nuget we officially missing here?
Anything else we need to know?
Unknown required full nuget names, carefully to add more PackageReferences before checking the requirement of them. Theme resources might be requiring the uno.Themes but could also be a missing winui nuget. I do not know the fine details that makes a xamlhost element work
Could you please check in same sample if we are able to get the uno font contained as resource into the shared project or of this has to be added each wpf host? If so, I would like to add this information in the mentioned PR of the UnoIslands Documentation PR I am working on.
The text was updated successfully, but these errors were encountered: