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
Adding a static factory for the TerminalLogger (dotnet#11318)
* Adds a static factory that can create a TerminalLogger or ConsoleLogger instance based on settings and terminal capabilities.
* Disable TL progress ctrl codes when verbosity is 'quiet'
newNodeStatus.ShouldThrow<ArgumentException>().Message.ShouldContain("Target should not contain any escape codes, if you want to colorize target use the other constructor.");
38
38
#endif
39
39
}
@@ -58,7 +58,7 @@ public async Task NodeTargetUpdatesTime()
58
58
// This test look like there is no change between the frames, but we ask the stopwatch for time they will increase the number.
59
59
// We need this because animations check that NodeStatus reference is the same.
60
60
// And we cannot use MockStopwatch because we don't know when to call Tick on them, and if we do it right away, the time will update in "both" nodes.
@@ -107,16 +107,16 @@ public async Task NodeWithColoredTargetUpdatesTime()
107
107
/// </summary>
108
108
/// <param name="nodeStatusesUpdates">Takes array of arrays. The inner array is collection of nodes that are currently running. The outer array is how they update over time.</param>
0 commit comments