Logging a debug message does not pass the args
parameter to the Debug writer.
#93
Labels
bug
Something isn't working
args
parameter to the Debug writer.
#93
Summary
When logging a debug message the
args
parameter is not passed toDebug.WriteDebugLine(obj, message)
, which causes string interpolation to not occur.Requirements
args
parameter to the call toDebug.WriteLine
.The text was updated successfully, but these errors were encountered: