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