Implemented interface member:
property
Factory
Microsoft.TemplateEngine.Abstractions.Installer.IInstaller.Factory
2 writes to Factory
Microsoft.TemplateEngine.Edge (2)
Installers\NuGet\NuGetInstaller.cs (2)
23
Factory
= factory ?? throw new ArgumentNullException(nameof(factory));
44
Factory
= factory ?? throw new ArgumentNullException(nameof(factory));
6 references to Factory
Microsoft.TemplateEngine.Edge (6)
Installers\NuGet\NuGetInstaller.cs (6)
100
if (data.InstallerId !=
Factory
.Id)
102
throw new ArgumentException($"{nameof(NuGetInstaller)} can only deserialize packages with {nameof(data.InstallerId)} {
Factory
.Id}", nameof(data));
191
string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, package.DisplayName,
Factory
.Name),
207
string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, installRequest.DisplayName,
Factory
.Name),
328
Factory
.Id,
342
string.Format(LocalizableStrings.NuGetInstaller_InstallResult_Error_PackageNotSupported, templatePackage.DisplayName,
Factory
.Name)));