System.MissingMethodException: Method not found: 'System.Collections.Generic.List1<Hearthstone_Deck_Tracker.Hearthstone.Card> Hearthstone_Deck_Tracker.Utility.Extensions.CardListExtensions.ToSortedCardList(System.Collections.Generic.IEnumerable1)'.
en HDT.Plugins.Advisor.Advisor.d21.MoveNext()
en System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
en HDT.Plugins.Advisor.Advisor.UpdateCardList()
en HDT.Plugins.Advisor.Advisor..ctor(AdvisorOverlay overlay)
en HDT.Plugins.Advisor.AdvisorPlugin.d14.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)
en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Expected Behavior
its not opening advisor, its getting this error
Actual Behavior
System.MissingMethodException: Method not found: 'System.Collections.Generic.List)'.
en HDT.Plugins.Advisor.Advisor.d21.MoveNext()
en System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
en HDT.Plugins.Advisor.Advisor.UpdateCardList()
en HDT.Plugins.Advisor.Advisor..ctor(AdvisorOverlay overlay)
en HDT.Plugins.Advisor.AdvisorPlugin.d 14.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)
en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
1<Hearthstone_Deck_Tracker.Hearthstone.Card> Hearthstone_Deck_Tracker.Utility.Extensions.CardListExtensions.ToSortedCardList(System.Collections.Generic.IEnumerable
1Steps to reproduce behavior
No response
Log/Screenshots
No response