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
When I call ToList() on a ContainerBlock (ListItemBlock) with a single item in it, I get a IndexOutOfRangeException.
Stacktrace:
at System.Runtime.CompilerServices.CastHelpers.StelemRef(Array array, Int32 index, Object obj)
at Markdig.Syntax.ContainerBlock.CopyTo(Block[] array, Int32 arrayIndex)
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
This seems to be a regression since v28.1. I am still further looking into the detailts.
(.NET6, Blazor app)
The text was updated successfully, but these errors were encountered:
When I call ToList() on a ContainerBlock (ListItemBlock) with a single item in it, I get a IndexOutOfRangeException.
Stacktrace:
This seems to be a regression since v28.1. I am still further looking into the detailts.
(.NET6, Blazor app)
The text was updated successfully, but these errors were encountered: