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
Thanks for the report! Indeed, the chunkBySize proxy is calling MoveNext again on a sequence object when it has already ran out, this can fail, and so needs a fix
For certain sequence expressions,
Seq chunkBySize
throws exception if the resulting sequence is shorter than the maximum chunk size.See repro here: http://try.websharper.com/snippet/0000KZ
The text was updated successfully, but these errors were encountered: