10 references to Other
Microsoft.Build (6)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (6)
103
Other: GetCountOrNull(ErrorCategory.
Other
));
131
return ErrorCategory.
Other
;
148
return ErrorCategory.
Other
;
192
_ => ErrorCategory.
Other
246
return ErrorCategory.
Other
;
260
_ => ErrorCategory.
Other
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildTelemetryErrorCategorization_Tests.cs (4)
31
[InlineData("CUSTOM001", null, nameof(ErrorCategory.
Other
))]
32
[InlineData(null, null, nameof(ErrorCategory.
Other
))]
33
[InlineData("", null, nameof(ErrorCategory.
Other
))]
88
case nameof(ErrorCategory.
Other
):