core-dotnet icon indicating copy to clipboard operation
core-dotnet copied to clipboard

Bug writing results to console

Open WillSoss opened this issue 5 years ago • 0 comments

When an exception is thrown in Initialize:

Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
   at Runly.ResultLog.ToString()
   at System.IO.TextWriter.WriteLine(Object value)
   at System.IO.TextWriter.SyncTextWriter.WriteLine(Object value)
   at System.Console.WriteLine(Object value)
   at Runly.Hosting.RunAction.RunAsync(CancellationToken token)
   at Runly.Hosting.RunAction.RunAsync(CancellationToken token)
   at Runly.System.Program.<Main>(String[] args)

WillSoss avatar Dec 22 '20 05:12 WillSoss