1 reference to HasNonAlphanumericDotDashOrUnderscoreCharacters
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
914
telemetry.TelemetryEvent[AnyPackageIdContainsNonAlphanumericDotDashOrUnderscoreCharacters] = graphs.Where(g => !g.InConflict).SelectMany(g => g.Flattened).Any(i => i.Key.Type == LibraryType.Package &&
HasNonAlphanumericDotDashOrUnderscoreCharacters
(i.Key.Name));