2 references to TelemetryHelper
Microsoft.TemplateEngine.Cli (2)
TemplateInvoker.cs (2)
50
string? framework = isMicrosoftAuthored ?
TelemetryHelper
.PrepareHashedChoiceValue(templateToRun, templateParameters, "Framework") : null;
51
string? auth = isMicrosoftAuthored ?
TelemetryHelper
.PrepareHashedChoiceValue(templateToRun, templateParameters, "auth") : null;