12/4/2022 12:27 PM Program exited with message:
System.ArgumentNullException: Value cannot be null. (Parameter 'dictionary')
at System.Collections.Generic.CollectionExtensions.GetValueOrDefault[TKey,TValue](IReadOnlyDictionary`2 dictionary, TKey key, TValue defaultValue)
at GameHelper.Plugin.PManager.<>c__DisplayClass7_0.<LoadPluginMetadata>b__0(PluginW ithName x) in D:\a\GameOverlay\GameOverlay\GameHelper\Plugin\PManager.cs:line 152
at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection)
at GameHelper.Plugin.PManager.LoadPluginMetadata(IEnumerable`1 plugins) in D:\a\GameOverlay\GameOverlay\GameHelper\Plugin\PManager.cs:line 150
at GameHelper.Plugin.PManager.InitializePlugins() in D:\a\GameOverlay\GameOverlay\GameHelper\Plugin\PManager.cs:line 35
at GameHelper.GameOverlay.PostStart() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 74
at ClickableTransparentOverlay.Overlay.<Start>b__20_0()
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_1(Object state)
at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
------------------------------