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