7 references to Tasks
Microsoft.Build (2)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (2)
93
Task: 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
))]
73
case nameof(ErrorCategory.
Tasks
):
170
buildTelemetry.FailureCategory.ShouldBe(nameof(ErrorCategory.
Tasks
));
BackEnd\KnownTelemetry_Tests.cs (2)
181
buildTelemetry.FailureCategory = nameof(ErrorCategory.
Tasks
);
203
activityProperties["FailureCategory"].ShouldBe(nameof(ErrorCategory.
Tasks
));