7 references to Tasks
Microsoft.Build (2)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (2)
93Task: GetCountOrNull(ErrorCategory.Tasks), 251>= 3001 and <= 3999 => ErrorCategory.Tasks,
Microsoft.Build.Engine.UnitTests (5)
BackEnd\BuildTelemetryErrorCategorization_Tests.cs (3)
27[InlineData("MSB3026", null, nameof(ErrorCategory.Tasks))] 73case nameof(ErrorCategory.Tasks): 170buildTelemetry.FailureCategory.ShouldBe(nameof(ErrorCategory.Tasks));
BackEnd\KnownTelemetry_Tests.cs (2)
181buildTelemetry.FailureCategory = nameof(ErrorCategory.Tasks); 203activityProperties["FailureCategory"].ShouldBe(nameof(ErrorCategory.Tasks));