Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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!

2
Votes

We have an app written on dotnet MAUI Blazor and using 

Carousel. Sometimes it crashed. Stack trace below


System.Collections.Generic.List`1[[Syncfusion.Blazor.Navigations.CarouselItem, Syncfusion.Blazor.Navigations, Version=22.2.12.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89]].get_Item(Int32 index)

Syncfusion.Blazor.Navigations.SfCarousel.OnTransitionTimerEvent(Object source, ElapsedEventArgs e)

System.Threading.Tasks.Task.<>c.b__128_1(Object state)

System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi)

System.Threading.ExecutionContext.RunForThreadPoolUnsafe[QueueUserWorkItemCallback](ExecutionContext executionContext, Action`1 callback, QueueUserWorkItemCallback& state)

System.Threading.QueueUserWorkItemCallback.Execute()

System.Threading.ThreadPoolWorkQueue.Dispatch()

System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

System.Threading.Thread.StartCallback()