Found a bug:
It occurred just after the Spring games were played. I clicked on "watch game" for one of the Spring games and got the following error:
"An item with the same key has already been added. Key: 7911"
System.ArgumentException: An item with the same key has already been added. Key: 7911
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector)
at DDSCF_Library.Modals.WatchGameDialog.getGameData() in C:\Users\brook\Documents\Projects\DDSCF25\DDSCF-Library\Modals\WatchGameDialog.razor:line 1540
at DDSCF_Library.Modals.WatchGameDialog.SetupTeams() in C:\Users\brook\Documents\Projects\DDSCF25\DDSCF-Library\Modals\WatchGameDialog.razor:line 651
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
at Microsoft.AspNetCore.Components.WebView.WindowsForms.WindowsFormsDispatcher.InvokeAsync(Action workItem)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
I could send the full exception if you want, let me know where to send it. It's very very long. There was a "Continue" button which I clicked and the error went away but now I'm unable to click any buttons in the game. It's not completely frozen but I can't save the game because it's non-functional. Fortunately this was a "throwaway" league.