WindowsAppCommunity / UWPCommunityApp

A UWP companion app for the UWP Community website
https://www.microsoft.com/store/apps/9PJW4588MKV0
14 stars 5 forks source link

Fix System.ArgumentNullException in BingoCard.GetRandom[T] (IEnumerable`1, Int32) #33

Open yoshiask opened 4 years ago

yoshiask commented 4 years ago

Version 1.1.0.0(1.1.0.0)

Stacktrace

UWPCommunity.Controls.BingoCard.GetRandom[T](IEnumerable`1, Int32) + 0x18c;UWPCommunity.Controls

UWPCommunity.Controls.BingoCard.d__7.MoveNext() + 0x1d6;UWPCommunity.Controls.BingoCard

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32) + 0xb8;__Interop

__Interop.ForwardComStubs.Stub_16[TThis](ComObject, Int32) + 0x24;Interop

Reason

System.ArgumentNullException

Link to App Center