BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (16)
95Compiler: GetCountOrNull(ErrorCategory.Compiler),
96MsBuildGeneral: GetCountOrNull(ErrorCategory.MSBuildGeneral),
97MsBuildEvaluation: GetCountOrNull(ErrorCategory.MSBuildEvaluation),
98MsBuildExecution: GetCountOrNull(ErrorCategory.MSBuildExecution),
99MsBuildGraph: GetCountOrNull(ErrorCategory.MSBuildGraph),
100Task: GetCountOrNull(ErrorCategory.Tasks),
101SdkResolvers: GetCountOrNull(ErrorCategory.SDKResolvers),
102NetSdk: GetCountOrNull(ErrorCategory.NETSDK),
103NuGet: GetCountOrNull(ErrorCategory.NuGet),
104BuildCheck: GetCountOrNull(ErrorCategory.BuildCheck),
105NativeToolchain: GetCountOrNull(ErrorCategory.NativeToolchain),
106CodeAnalysis: GetCountOrNull(ErrorCategory.CodeAnalysis),
107Razor: GetCountOrNull(ErrorCategory.Razor),
108Wpf: GetCountOrNull(ErrorCategory.WPF),
109AspNet: GetCountOrNull(ErrorCategory.AspNet),
110Other: GetCountOrNull(ErrorCategory.Other));