1 write to Details
Microsoft.TemplateEngine.Abstractions (1)
Installer\InstallRequest.cs (1)
21
Details
= details ?? new Dictionary<string, string>();
4 references to Details
Microsoft.TemplateEngine.Abstractions (2)
Installer\InstallerConstants.cs (2)
12
/// Defines the key for <see cref="InstallRequest.
Details
"/> to specify additional NuGet sources to be used on installation. Supported by NuGet installer.
24
/// Defines the key for <see cref="InstallRequest.
Details
"/> to specify that interactive mode should be used on installation. Supported by NuGet installer.
Microsoft.TemplateEngine.Edge (2)
Installers\NuGet\NuGetInstaller.cs (2)
222
if (installRequest.
Details
!= null && installRequest.
Details
.TryGetValue(InstallerConstants.NuGetSourcesKey, out string nugetSources))