Epsil0neR
WinUI 3 controls project dll misses XAML resources
Guys, I need a help with WinUI 3:
I have solution with APP project and controls library.
App project has defined all ResourceDictionaries.xaml and consumed in App.xaml - all they work correctly.
Controls project has also a multiple ResourceDictionaries.xaml for each control and all they are combined in Themes\Generic.xaml
When I building controls project and analyzing .dll with dotPeek - I cant find any resources in dll, but see that bin/Debug folder contains folder Themes with Generic.xaml and Generic.xbf (what is that??)
How can I build a my controls project with included correctly xaml resources?
Here is controls.csproj:
1 replies