Implemented interface member:
method
IsCIEnvironment
Microsoft.DotNet.Cli.Telemetry.ICIEnvironmentDetector.IsCIEnvironment()
3 references to IsCIEnvironment
dotnet (1)
Program.cs (1)
209
defaultValue: new CIEnvironmentDetectorForTelemetry().
IsCIEnvironment
());
Microsoft.DotNet.Cli.Definitions (2)
Common\CommonOptions.cs (2)
238
new Telemetry.CIEnvironmentDetectorForTelemetry().
IsCIEnvironment
() || Console.IsOutputRedirected;
248
/// If not set by a user, this will default to true if the user is not in a CI environment as detected by <see cref="Telemetry.CIEnvironmentDetectorForTelemetry.
IsCIEnvironment
"/>.