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
It can show up as various exceptions, but in this case it's an System.IndexOutOfRangeException
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at RtfPipe.ControlTag.Negate(ControlWord`1 word)
at RtfPipe.Model.HtmlVisitor.GetNewStyles(IEnumerable`1 styles, HtmlTag tag)
at RtfPipe.Model.HtmlVisitor.Visit(Element element)
at RtfPipe.Model.HtmlVisitor.Visit(Element element)
at RtfPipe.Model.HtmlVisitor.Visit(RtfHtml document)
at RtfPipe.Rtf.ToHtml(RtfSource source, XmlWriter writer, RtfHtmlSettings settings)
at RtfPipe.Rtf.ToHtml(RtfSource source, RtfHtmlSettings settings)
The text was updated successfully, but these errors were encountered:
In an attempt to scale out, I found that
RtfPipe/RtfPipe/Tokens/ControlTag.cs
Line 38 in 9851ab9
is being accessed in a manner that isn't thread-safe inside of
RtfPipe/RtfPipe/Tokens/ControlTag.cs
Lines 40 to 51 in 9851ab9
It can show up as various exceptions, but in this case it's an
System.IndexOutOfRangeException
The text was updated successfully, but these errors were encountered: