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
{{ message }}
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
I.e. C:/temp/priv/boom.cake(2,8): somewhere in exception message will cause this exception
Unhandled Exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at System.Text.RegularExpressions.RegexReplacement.Replace(MatchEvaluator evaluator, Regex regex, String input, Int32 count, Int32 startat)
at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator)
at Spectre.Console.Internal.MarkupParser.Parse(String text, Style style)
at Spectre.Cli.Internal.Composer.Render(RenderContext context, Int32 maxWidth)
at Spectre.Console.AnsiConsoleExtensions.Render(IAnsiConsole console, IRenderable renderable)
at Spectre.Cli.CommandApp.<RunAsync>d__7.MoveNext()
Error lies in Spectre.Console but noticed it had already been fixed upstream so I'll send an PR to address this issue.
The text was updated successfully, but these errors were encountered:
devlead
added a commit
to devlead/spectre.cli
that referenced
this issue
Oct 21, 2020
I.e.
C:/temp/priv/boom.cake(2,8):
somewhere in exception message will cause this exceptionError lies in
Spectre.Console
but noticed it had already been fixed upstream so I'll send an PR to address this issue.The text was updated successfully, but these errors were encountered: