5 references to PackageIdKey
Microsoft.TemplateEngine.Edge (5)
Installers\NuGet\NuGetManagedTemplatePackage.cs (5)
48[PackageIdKey] = packageIdentifier 71if (Details.TryGetValue(PackageIdKey, out string packageId)) 75throw new ArgumentException($"{nameof(details)} should contain key {PackageIdKey} with non-empty value", nameof(details)); 80throw new ArgumentException($"{nameof(details)} should contain key {PackageIdKey}", nameof(details)); 91public string Identifier => Details[PackageIdKey];