3 references to AuthorKey
Microsoft.TemplateEngine.Edge (3)
Installers\NuGet\NuGetManagedTemplatePackage.cs (3)
121get => Details.TryGetValue(AuthorKey, out string author) ? author : null; 122set => UpdateOrRemoveValue(Details, AuthorKey, value, (entry) => !string.IsNullOrEmpty(entry)); 172details.TryAdd(AuthorKey, Author ?? string.Empty, (entry) => !string.IsNullOrEmpty(entry));