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