Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I am migrating my Xamarin app to MAUI (.net 7). I am using Nuget Microsoft.Identity.Client 4.48.1 package.

When I add the reference to the Synfusion.Maui.Charts 20.3.59 package the application stops compiling with the following error:

C:\Users\username\.nuget\packages\microsoft.windowsappsdk.winui\1.0.0-experimental1\buildTransitive\Microsoft.UI.Xaml.Markup.Compiler.interop.targets(618,9): Xaml Internal Error error WMC9999: Cannot find type System.Windows.DependencyObject in module WindowsBase.dll.


To reproduce the problem just:


  1.  Create a MAUI project (.net 7)
  2. Add the nuget package Microsoft.Identity.Client 4.48.1
  3. Add the nuget package Synfusion.Maui.Charts 20.3.59
  4. Compile (Windows Machine)

Thanks.

Best regards,

Diego Roses