one styles project to rule them all? #28480
Replies: 1 comment
-
no one? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to make one project in a solution to wrap all styles.xaml files?
the problem is: i use devexpress, syncfusion, commmunitytoolkit and the default controls.
so i created three xaml files:
1. DefaultStyles.xaml
2. DevExpressStyles.xaml
3. SyncFusionStyles.xaml
so i configured my project file like this:
References:
Compile:
so i thought like: wow this is nice!
but then i still faces compile errors:
XamlC error XC0000: Cannot resolve type "http://schemas.devexpress.com/maui:ChartView".
XamlC error : Failed to resolve assembly: 'Syncfusion.Maui.Toolkit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Am i missing something? Is it even possible?
p.s.: the reason why i want to separate devexpress and syncfusion is, that devexpress throws a runtime exception on windows maui apps.
Beta Was this translation helpful? Give feedback.
All reactions