1 implementation of SupportsProgressReporting
MSBuild (1)
TerminalLogger\Terminal.cs (1)
70
public bool
SupportsProgressReporting
{ get; } = !RuntimeInformation.IsOSPlatform(OSPlatform.OSX);
2 references to SupportsProgressReporting
MSBuild (2)
TerminalLogger\TerminalLogger.cs (2)
399
if (Terminal.
SupportsProgressReporting
)
468
if (Terminal.
SupportsProgressReporting
)