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