Summary
Registers a package installer.
- Namespace
- Cake
.Frosting - Containing Type
- CakeHostExtensions
Syntax
public static CakeHost UsePackageInstaller<TPackageInstaller>(this CakeHost host)
where TPackageInstaller : class, IPackageInstaller
Type Parameters
| Name | Description |
|---|---|
| TPackageInstaller | The type of the package installer. |
