BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (16)
88Compiler: GetCountOrNull(ErrorCategory.Compiler),
89MsBuildGeneral: GetCountOrNull(ErrorCategory.MSBuildGeneral),
90MsBuildEvaluation: GetCountOrNull(ErrorCategory.MSBuildEvaluation),
91MsBuildExecution: GetCountOrNull(ErrorCategory.MSBuildExecution),
92MsBuildGraph: GetCountOrNull(ErrorCategory.MSBuildGraph),
93Task: GetCountOrNull(ErrorCategory.Tasks),
94SdkResolvers: GetCountOrNull(ErrorCategory.SDKResolvers),
95NetSdk: GetCountOrNull(ErrorCategory.NETSDK),
96NuGet: GetCountOrNull(ErrorCategory.NuGet),
97BuildCheck: GetCountOrNull(ErrorCategory.BuildCheck),
98NativeToolchain: GetCountOrNull(ErrorCategory.NativeToolchain),
99CodeAnalysis: GetCountOrNull(ErrorCategory.CodeAnalysis),
100Razor: GetCountOrNull(ErrorCategory.Razor),
101Wpf: GetCountOrNull(ErrorCategory.WPF),
102AspNet: GetCountOrNull(ErrorCategory.AspNet),
103Other: GetCountOrNull(ErrorCategory.Other));