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
I just updated my NuGet packages for my project and discovered that the newest version of this library throws an exception when I call the Console's WriteLine method. The exception is:
System.NullReferenceException was unhandled
HResult=-2147467261
Message=Object reference not set to an instance of an object.
Source=Tharga.Toolkit.Console
StackTrace:
at Tharga.Toolkit.Console.Command.Base.InputManager.LinesInsertedEvent(Object sender, LinesInsertedEventArgs e)
at Tharga.Toolkit.Console.Command.Base.SystemConsoleBase.InvokeLinesInsertedEvent(Int32 lineCount)
at Tharga.Toolkit.Console.Command.Base.SystemConsoleBase.WriteLine(String value, OutputLevel level)
at ...
Is there something new that I need to call to initialize the console with this new version?
The text was updated successfully, but these errors were encountered:
I just updated my NuGet packages for my project and discovered that the newest version of this library throws an exception when I call the
Console
'sWriteLine
method. The exception is:Is there something new that I need to call to initialize the console with this new version?
The text was updated successfully, but these errors were encountered: