10 references to Other
Microsoft.Build (6)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (6)
103Other: GetCountOrNull(ErrorCategory.Other)); 131return ErrorCategory.Other; 148return ErrorCategory.Other; 192_ => ErrorCategory.Other 246return 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))] 88case nameof(ErrorCategory.Other):