You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.InvalidCastException
at System.Linq.Enumerable.CastIterator[TResult](IEnumerable source)+MoveNext()
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at boilersGraphics.Models.Layer.UpdateAppearance(IEnumerable1 items, Boolean backgroundIncluded)
at boilersGraphics.Models.LayerTreeViewItemBase.UpdateAppearanceBothParentAndChild()
at boilersGraphics.Models.Layer.<.ctor>b__1_10(Unit x)
at System.Reactive.AnonymousSafeObserver1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/AnonymousSafeObserver.cs:line 43 at System.Reactive.Sink1.ForwardOnNext(TTarget value) in //Rx.NET/Source/src/System.Reactive/Internal/Sink.cs:line 49
at System.Reactive.ObserveOnObserverNew1.DrainStep(ConcurrentQueue1 q) in //Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 561
at System.Reactive.ObserveOnObserverNew1.DrainShortRunning(IScheduler recursiveScheduler) in /_/Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 507 at System.Reactive.ObserveOnObserverNew1.<>c.<.cctor>b__17_0(IScheduler scheduler, ObserveOnObserverNew1 self) in /_/Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 497 at System.Reactive.Concurrency.DispatcherScheduler.<>c__DisplayClass11_01.b__0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered:
Please describe the details of the error
System.InvalidCastException
at System.Linq.Enumerable.CastIterator[TResult](IEnumerable source)+MoveNext()
at System.Collections.Generic.List
1..ctor(IEnumerable
1 collection)at System.Linq.Enumerable.ToList[TSource](IEnumerable
1 source) at boilersGraphics.Models.Layer.UpdateAppearance(IEnumerable
1 items, Boolean backgroundIncluded)at boilersGraphics.Models.LayerTreeViewItemBase.UpdateAppearanceBothParentAndChild()
at boilersGraphics.Models.Layer.<.ctor>b__1_10(Unit x)
at System.Reactive.AnonymousSafeObserver
1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/AnonymousSafeObserver.cs:line 43 at System.Reactive.Sink
1.ForwardOnNext(TTarget value) in //Rx.NET/Source/src/System.Reactive/Internal/Sink.cs:line 49at System.Reactive.ObserveOnObserverNew
1.DrainStep(ConcurrentQueue
1 q) in //Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 561at System.Reactive.ObserveOnObserverNew
1.DrainShortRunning(IScheduler recursiveScheduler) in /_/Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 507 at System.Reactive.ObserveOnObserverNew
1.<>c.<.cctor>b__17_0(IScheduler scheduler, ObserveOnObserverNew1 self) in /_/Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 497 at System.Reactive.Concurrency.DispatcherScheduler.<>c__DisplayClass11_0
1.b__0()at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered: