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!

4
Votes

Adding a reference to Syncfusion.Maui.Core and referencing it in a simple style definition ends up with the error 

Microsoft.Maui.Controls.Xaml.XamlParseException: Position 98:25. Type converter failed: Could not set up parent class, due to: Parent class vtable failed to initialize, due to: Could not load list of method overrides due to Method not found: Microsoft.Maui.Graphics.Size Microsoft.Maui.ILayout.CrossPlatformMeasure(double,double)

This error didn't happen using .NET MAUI in .NET 8 preview 5.

Steps:

  1. Use the solution in the attached sample
  2. Make sure you have .NET 8 preview 6 installed
  3. Launch the app on Android
  4. The app crashes with the error.