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

We hit a bug that was later resolved where a particularly formatted file could cause the Open method of IWorkBook collection to get stuck and become unresponsive. It'd be great to have a variant of Open that supported cancellation tokens so we'd have some kind of ability to abort the attempt. Because it's a blocking void method we're kind of limited to shutting the entire app down.