Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
at BlazorStrap.Shared.Components.Common.BSToastBase.TimerOnElapsed(Object sender, ElapsedEventArgs e)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException: Object reference not set to an instance of an object.
at BlazorStrap.Shared.Components.Common.BSToastBase.<TimerOnElapsed>b__69_0(Toasts q)
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
at BlazorStrap.Shared.Components.Common.BSToastBase.TimerOnElapsed(Object sender, ElapsedEventArgs e)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
Version: 5.1.101 using Bootstrap 5.
I'll try to find out the reason and if I can find it, I'll submit a pull request
I get from time to time following exceptions:
Version: 5.1.101 using Bootstrap 5. I'll try to find out the reason and if I can find it, I'll submit a pull request